Home
last modified time | relevance | path

Searched refs:reprobe (Results 1 – 25 of 112) sorted by relevance

12345

/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/include/jellyfish/
H A Dlarge_hash_array.hpp451 for(uint_t reprobe = 0; reprobe <= reprobe_limit_.val(); ++reprobe) { in get_key_id() local
472 prefetch_next(buffer, oid, reprobe + 1); in get_key_id()
514 uint_t reprobe = 0; in claim_key() local
590 if(++reprobe > reprobe_limit_.val()) in claim_key()
592 cid = (*id + reprobes_[reprobe]) & size_mask_; in claim_key()
608 uint_t reprobe = 0; in claim_large_key() local
637 if(++reprobe > reprobe_limit_.val()) in claim_large_key()
868 bool do_reprobe = reprobe; in get_val_at_id()
880 uint_t reprobe = 0; in resolve_val_rec() local
883 while(reprobe <= reprobe_limit_.val()) { in resolve_val_rec()
[all …]
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Dlarge_hash_array.hpp447 for(uint_t reprobe = 0; reprobe <= reprobe_limit_.val(); ++reprobe) { in get_key_id() local
468 prefetch_next(buffer, oid, reprobe + 1); in get_key_id()
510 uint_t reprobe = 0; in claim_key() local
586 if(++reprobe > reprobe_limit_.val()) in claim_key()
588 cid = (*id + reprobes_[reprobe]) & size_mask_; in claim_key()
604 uint_t reprobe = 0; in claim_large_key() local
633 if(++reprobe > reprobe_limit_.val()) in claim_large_key()
876 bool do_reprobe = reprobe; in get_val_at_id()
888 uint_t reprobe = 0; in resolve_val_rec() local
891 while(reprobe <= reprobe_limit_.val()) { in resolve_val_rec()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/bluetooth/
H A Dhci_h5.c960 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local
964 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker()
966 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker()
968 put_device(reprobe->dev); in h5_btrtl_reprobe_worker()
969 kfree(reprobe); in h5_btrtl_reprobe_worker()
975 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local
977 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume()
978 if (!reprobe) in h5_btrtl_resume()
983 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume()
984 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/bluetooth/
H A Dhci_h5.c960 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local
964 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker()
966 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker()
968 put_device(reprobe->dev); in h5_btrtl_reprobe_worker()
969 kfree(reprobe); in h5_btrtl_reprobe_worker()
975 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local
977 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume()
978 if (!reprobe) in h5_btrtl_resume()
983 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume()
984 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/bluetooth/
H A Dhci_h5.c960 struct h5_btrtl_reprobe *reprobe = in h5_btrtl_reprobe_worker() local
964 ret = device_reprobe(reprobe->dev); in h5_btrtl_reprobe_worker()
966 dev_err(reprobe->dev, "Reprobe error %d\n", ret); in h5_btrtl_reprobe_worker()
968 put_device(reprobe->dev); in h5_btrtl_reprobe_worker()
969 kfree(reprobe); in h5_btrtl_reprobe_worker()
975 struct h5_btrtl_reprobe *reprobe; in h5_btrtl_resume() local
977 reprobe = kzalloc(sizeof(*reprobe), GFP_KERNEL); in h5_btrtl_resume()
978 if (!reprobe) in h5_btrtl_resume()
983 INIT_WORK(&reprobe->work, h5_btrtl_reprobe_worker); in h5_btrtl_resume()
984 reprobe->dev = get_device(&h5->hu->serdev->dev); in h5_btrtl_resume()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1331 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1334 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1335 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1336 put_device(reprobe->dev); in iwl_mvm_reprobe_wk()
1337 kfree(reprobe); in iwl_mvm_reprobe_wk()
1367 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1382 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()
1383 if (!reprobe) { in iwl_mvm_nic_restart()
1387 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart()
1388 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1331 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1334 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1335 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1336 put_device(reprobe->dev); in iwl_mvm_reprobe_wk()
1337 kfree(reprobe); in iwl_mvm_reprobe_wk()
1367 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1382 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()
1383 if (!reprobe) { in iwl_mvm_nic_restart()
1387 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart()
1388 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1331 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_reprobe_wk() local
1334 if (device_reprobe(reprobe->dev)) in iwl_mvm_reprobe_wk()
1335 dev_err(reprobe->dev, "reprobe failed!\n"); in iwl_mvm_reprobe_wk()
1336 put_device(reprobe->dev); in iwl_mvm_reprobe_wk()
1337 kfree(reprobe); in iwl_mvm_reprobe_wk()
1367 struct iwl_mvm_reprobe *reprobe; in iwl_mvm_nic_restart() local
1382 reprobe = kzalloc(sizeof(*reprobe), GFP_ATOMIC); in iwl_mvm_nic_restart()
1383 if (!reprobe) { in iwl_mvm_nic_restart()
1387 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart()
1388 INIT_WORK(&reprobe->work, iwl_mvm_reprobe_wk); in iwl_mvm_nic_restart()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dpage_io.c170 goto reprobe; in generic_swapfile_activate()
185 goto reprobe; in generic_swapfile_activate()
206 reprobe: in generic_swapfile_activate()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dpage_io.c170 goto reprobe; in generic_swapfile_activate()
185 goto reprobe; in generic_swapfile_activate()
206 reprobe: in generic_swapfile_activate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dpage_io.c170 goto reprobe; in generic_swapfile_activate()
185 goto reprobe; in generic_swapfile_activate()
206 reprobe: in generic_swapfile_activate()
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dcamcontrol.fish3 …ry load modepage negotiate opcodes periphlist persist readcap reportluns reprobe rescan reset sani…
/dports/games/galaxis/galaxis-1.10/
H A DNEWS28 Applied James Hiller's fix for multiple-reprobe bug.
/dports/net-mgmt/crmsh/crmsh-4.3.1/doc/website-v1/news/
H A D2015-01-26-release-2_1_2.adoc44 - low: ui_resource: --reprobe and --refresh are deprecated (bnc#905092)
45 - doc: Document deprecation of refresh and reprobe (bnc#905092)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_switcheroo.c51 .reprobe = NULL,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_switcheroo.c51 .reprobe = NULL,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_switcheroo.c51 .reprobe = NULL,
/dports/www/squid/squid-4.15/src/
H A DCachePeer.cc34 reprobe(false), in CachePeer()
H A DCachePeer.h144 bool reprobe; variable
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsf2.c57 int reprobe; member
87 int reprobe = 17; in cff_string_table_init() local
93 while (size % reprobe == 0 && reprobe != 1) in cff_string_table_init()
94 reprobe = (reprobe * 2 + 1) % size; in cff_string_table_init()
96 pcst->reprobe = reprobe; in cff_string_table_init()
131 j += pcst->reprobe; in cff_string_index()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsf2.c57 int reprobe; member
87 int reprobe = 17; in cff_string_table_init() local
93 while (size % reprobe == 0 && reprobe != 1) in cff_string_table_init()
94 reprobe = (reprobe * 2 + 1) % size; in cff_string_table_init()
96 pcst->reprobe = reprobe; in cff_string_table_init()
131 j += pcst->reprobe; in cff_string_index()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_vga.c83 .reprobe = nouveau_switcheroo_reprobe,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dvga_switcheroo.h145 void (*reprobe)(struct pci_dev *dev); member

12345