Home
last modified time | relevance | path

Searched refs:candidate (Results 26 – 50 of 126) sorted by relevance

123456

/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py208 def find_layers(candidate): argument
215 if (candidate / "conf" / "layer.conf").exists():
216 return [candidate.absolute()]
218 …return [d.absolute() for d in candidate.iterdir() if d.is_dir() and (d.name == "meta" or d.name.st…
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py71 for candidate in candidates:
72 if candidate in candidate_set:
73 return candidate
/openbmc/linux/fs/fscache/
H A Dcookie.c382 static void fscache_wait_on_collision(struct fscache_cookie *candidate, in fscache_wait_on_collision() argument
391 candidate->debug_id, wait_for->debug_id); in fscache_wait_on_collision()
401 static bool fscache_hash_cookie(struct fscache_cookie *candidate) in fscache_hash_cookie() argument
408 bucket = candidate->key_hash & (ARRAY_SIZE(fscache_cookie_hash) - 1); in fscache_hash_cookie()
413 if (fscache_cookie_same(candidate, cursor)) { in fscache_hash_cookie()
422 fscache_get_volume(candidate->volume, fscache_volume_get_cookie); in fscache_hash_cookie()
423 atomic_inc(&candidate->volume->n_cookies); in fscache_hash_cookie()
424 hlist_bl_add_head(&candidate->hash_link, h); in fscache_hash_cookie()
425 set_bit(FSCACHE_COOKIE_IS_HASHED, &candidate->flags); in fscache_hash_cookie()
429 fscache_wait_on_collision(candidate, wait_for); in fscache_hash_cookie()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1300 for candidate in candidates:
1301 if candidate not in context:
1302 context.append(candidate)
1356 def classes_match(candidate): argument
1480 for candidate in _use_candidate_generator(tag):
1481 if not isinstance(candidate, Tag):
1487 result = checker(candidate)
1494 print(" SUCCESS %s %s" % (candidate.name, repr(candidate.attrs)))
1498 new_context.append(candidate)
1499 new_context_ids.add(id(candidate))
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8710b.c1426 int i, candidate; in rtl8710bu_phy_iq_calibrate() local
1437 candidate = -1; in rtl8710bu_phy_iq_calibrate()
1447 candidate = 0; in rtl8710bu_phy_iq_calibrate()
1455 candidate = 0; in rtl8710bu_phy_iq_calibrate()
1461 candidate = 1; in rtl8710bu_phy_iq_calibrate()
1467 candidate = 3; in rtl8710bu_phy_iq_calibrate()
1469 candidate = -1; in rtl8710bu_phy_iq_calibrate()
1474 if (candidate >= 0) { in rtl8710bu_phy_iq_calibrate()
1475 reg_e94 = result[candidate][0]; in rtl8710bu_phy_iq_calibrate()
1476 reg_e9c = result[candidate][1]; in rtl8710bu_phy_iq_calibrate()
[all …]
H A Drtl8xxxu_core.c2741 x = result[candidate][0]; in rtl8xxxu_fill_iqk_matrix_a()
2757 y = result[candidate][1]; in rtl8xxxu_fill_iqk_matrix_a()
2818 x = result[candidate][4]; in rtl8xxxu_fill_iqk_matrix_b()
3414 int i, candidate; in rtl8xxxu_gen1_phy_iq_calibrate() local
3422 candidate = -1; in rtl8xxxu_gen1_phy_iq_calibrate()
3435 candidate = 0; in rtl8xxxu_gen1_phy_iq_calibrate()
3443 candidate = 0; in rtl8xxxu_gen1_phy_iq_calibrate()
3449 candidate = 1; in rtl8xxxu_gen1_phy_iq_calibrate()
3455 candidate = 3; in rtl8xxxu_gen1_phy_iq_calibrate()
3457 candidate = -1; in rtl8xxxu_gen1_phy_iq_calibrate()
[all …]
/openbmc/linux/fs/afs/
H A Dcell.c238 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
258 candidate = afs_alloc_cell(net, name, namesz, vllist); in afs_lookup_cell()
259 if (IS_ERR(candidate)) { in afs_lookup_cell()
260 _leave(" = %ld", PTR_ERR(candidate)); in afs_lookup_cell()
261 return candidate; in afs_lookup_cell()
287 cell = candidate; in afs_lookup_cell()
288 candidate = NULL; in afs_lookup_cell()
326 if (candidate) in afs_lookup_cell()
327 afs_put_cell(candidate, afs_cell_trace_put_candidate); in afs_lookup_cell()
/openbmc/linux/drivers/iio/
H A Dindustrialio-gts-helper.c210 int candidate = gains[time_idx][j]; in gain_to_scaletables() local
213 if (candidate > all_gains[new_idx - 1]) { in gain_to_scaletables()
214 all_gains[new_idx] = candidate; in gain_to_scaletables()
220 if (candidate <= all_gains[chk]) in gain_to_scaletables()
223 if (candidate == all_gains[chk]) in gain_to_scaletables()
228 all_gains[chk] = candidate; in gain_to_scaletables()
/openbmc/qemu/block/
H A Dvhdx-log.c676 VHDXLogSequence candidate = { 0 }; in vhdx_log_search() local
726 if (candidate.valid == false || in vhdx_log_search()
727 current.hdr.sequence_number > candidate.hdr.sequence_number) { in vhdx_log_search()
728 candidate = current; in vhdx_log_search()
737 *logs = candidate; in vhdx_log_search()
739 if (candidate.valid) { in vhdx_log_search()
741 s->log.sequence = candidate.hdr.sequence_number + 1; in vhdx_log_search()
/openbmc/linux/net/rxrpc/
H A Dconn_client.c245 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle() local
284 candidate = rxrpc_alloc_bundle(call, gfp); in rxrpc_look_up_bundle()
285 if (!candidate) in rxrpc_look_up_bundle()
311 rb_link_node(&candidate->local_node, parent, pp); in rxrpc_look_up_bundle()
312 rb_insert_color(&candidate->local_node, &local->client_bundles); in rxrpc_look_up_bundle()
313 call->bundle = rxrpc_get_bundle(candidate, rxrpc_bundle_get_client_call); in rxrpc_look_up_bundle()
319 rxrpc_free_bundle(candidate); in rxrpc_look_up_bundle()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1723 if (*candidate && (*candidate)->network.rssi >= competitor->network.rssi) in rtw_check_roaming_candidate()
1727 *candidate = competitor; in rtw_check_roaming_candidate()
1740 struct wlan_network *candidate = NULL; in rtw_select_roaming_candidate() local
1759 if (!candidate) { in rtw_select_roaming_candidate()
1763 mlme->roam_network = candidate; in rtw_select_roaming_candidate()
1811 if (!*candidate || (*candidate)->network.rssi < competitor->network.rssi) { in rtw_check_join_candidate()
1812 *candidate = competitor; in rtw_check_join_candidate()
1834 struct wlan_network *candidate = NULL; in rtw_select_and_join_from_scanned_queue() local
1841 candidate = pmlmepriv->roam_network; in rtw_select_and_join_from_scanned_queue()
1856 if (!candidate) { in rtw_select_and_join_from_scanned_queue()
[all …]
/openbmc/linux/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c628 enum usb_dr_mode candidate = USB_DR_MODE_UNKNOWN; in rcar_gen3_get_dr_mode() local
640 if (candidate == USB_DR_MODE_UNKNOWN) in rcar_gen3_get_dr_mode()
641 candidate = mode; in rcar_gen3_get_dr_mode()
642 else if (candidate != mode) in rcar_gen3_get_dr_mode()
647 return candidate; in rcar_gen3_get_dr_mode()
/openbmc/openbmc/poky/meta/classes/
H A Drecipe_sanity.bbclass96 __note("candidate for removal of %s" % k, d)
105 (can_delete_FILESPATH, "candidate for removal of FILESPATH"),
106 #(can_use_autotools_base, "candidate for use of autotools_base"),
/openbmc/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci69 debug("candidate at %s:%s" % (shr_p[0].file, shr_p[0].line))
79 debug(" candidate %s optimizable" % ("IS" if is_optimizable else "is NOT"))
/openbmc/linux/Documentation/block/
H A Ddeadline-iosched.rst62 request, or it fits at the front. That is called either a back merge candidate
63 or a front merge candidate. Due to the way files are typically laid out,
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-postinst-intercepts.bbclass7 # Gather existing and candidate postinst intercepts from BBPATH
/openbmc/qemu/docs/devel/
H A Dstable-process.rst29 (or for a distribution picking fixes), it is usually a good candidate
67 a git branch with a release candidate and send the patches out to
/openbmc/linux/security/apparmor/
H A Ddomain.c390 struct aa_profile *profile, *candidate = NULL; in find_attach() local
470 candidate = profile; in find_attach()
480 candidate = profile; in find_attach()
485 if (!candidate || conflict) { in find_attach()
493 candidate = aa_get_newest_profile(candidate); in find_attach()
496 return &candidate->label; in find_attach()
/openbmc/linux/drivers/dma/qcom/
H A Dqcom_adm.c722 struct dma_chan *chan, *candidate = NULL; in adm_dma_xlate() local
730 candidate = chan; in adm_dma_xlate()
734 if (!candidate) in adm_dma_xlate()
737 achan = to_adm_chan(candidate); in adm_dma_xlate()
743 return dma_get_slave_channel(candidate); in adm_dma_xlate()
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/
H A Dconvert-gulong.patch7 | ../../xfce4-systemload-plugin-1.3.2/panel-plugin/network.cc:42:1: note: candidate function not vi…
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c1144 u64 arc, candidate, best_latency = ~(u64)0; in scan_arcs_for_cfg_handle() local
1146 candidate = MDESC_NODE_NULL; in scan_arcs_for_cfg_handle()
1160 candidate = target; in scan_arcs_for_cfg_handle()
1165 if (candidate == MDESC_NODE_NULL) in scan_arcs_for_cfg_handle()
1168 return scan_pio_for_cfg_handle(md, candidate, cfg_handle); in scan_arcs_for_cfg_handle()
1403 struct mdesc_mlgroup *candidate = NULL; in numa_attach_mlgroup() local
1413 candidate = m; in numa_attach_mlgroup()
1417 if (!candidate) in numa_attach_mlgroup()
1429 n->mask = candidate->mask; in numa_attach_mlgroup()
1430 n->match = candidate->match; in numa_attach_mlgroup()
[all …]
/openbmc/qemu/include/hw/i2c/
H A Di2c.h55 bool (*match_and_add)(I2CSlave *candidate, uint8_t address, bool broadcast,
/openbmc/linux/sound/pci/emu10k1/
H A Dmemory.c100 struct list_head *candidate = &emu->mapped_link_head; in search_empty_map_area() local
115 candidate = pos; in search_empty_map_area()
125 *nextp = candidate; in search_empty_map_area()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-dm32 reasonable merge candidate can be queued on the request
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py313 candidate = os.path.join(element, pathname)
314 globbed = glob.glob(candidate)

123456