Searched refs:found (Results 251 - 275 of 1193) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/bonding/
H A Dbond_procfs.c36 bool found = false; local
43 if (found)
46 found = true;
/linux-master/net/core/
H A Dlwtunnel.c117 bool found = false; local
131 found = true;
134 if (found) {
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh23 echo "No tcpdump found. Required for this test."
50 local found=false
53 if $found; then
59 found=true
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmcast.c102 * The caller is responsible for decrementing the reference count if found.
104 * Return: NULL if not found.
111 struct rvt_mcast *found = NULL; local
131 found = mcast;
137 return found;
149 * found, but the MLID did NOT match.
347 * We found it, so remove it, but don't poison the forward
/linux-master/drivers/pinctrl/berlin/
H A Dberlin.c248 bool found = false; local
252 found = true;
258 if (!found) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c118 bool found = false; local
128 found = true;
132 if (found)
/linux-master/security/yama/
H A Dyama_lsm.c312 bool found = false; local
334 found = true;
339 if (found && (parent == NULL || task_is_descendant(parent, tracer)))
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_mem.c120 struct siw_mem *mem = mr->mem, *found; local
127 found = xa_erase(&mem->sdev->mem_xa, mem->stag >> 8);
128 WARN_ON(found != mem);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Devent.c264 bool found = false; local
269 found = true;
272 if (!found)
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c231 bool found = false; local
240 found = true;
247 if (!found)
/linux-master/drivers/md/dm-vdo/indexer/
H A Dopen-chapter.c36 * the record page on which that record can be found, which is split into index pages. These
120 * deleted, then we've found the requested name.
137 struct uds_record_data *metadata, bool *found)
145 *found = false;
147 *found = true;
135 uds_search_open_chapter(struct open_chapter_zone *open_chapter, const struct uds_record_name *name, struct uds_record_data *metadata, bool *found) argument
/linux-master/drivers/mtd/
H A Dssfdc.c77 int found = 0; local
90 found = 1;
93 return found;
134 pr_debug("SSFDC_RO: CIS/IDI sector not found"
/linux-master/io_uring/
H A Dfutex.c155 bool found = false; local
164 found = true;
167 return found;
H A Dwaitid.c192 bool found = false; local
201 found = true;
204 return found;
244 /* Don't retry if cancel found it meanwhile */
/linux-master/net/netfilter/
H A Dnft_lookup.c66 bool found; local
68 found = nft_set_do_lookup(net, set, &regs->data[priv->sreg], &ext) ^
70 if (!found) {
/linux-master/drivers/acpi/acpica/
H A Dnsxfeval.c469 * references, but this support could be added later if found to be necessary.
528 * when an object of "Type" is found
530 * when an object of "Type" is found
541 * the type parameter is found. If the callback function returns
646 u8 found; local
671 * on all devices found here.
703 found = FALSE;
709 found = TRUE;
715 if (!found) {
750 * user_function - Called when a matching object is found
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c229 goto found;
232 found:
237 * The entry we found may be an inactive entry that is
412 goto found;
417 found:
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_vnic.c156 int found, i, j; local
159 found = 0;
165 found = 1;
172 if (!found)
/linux-master/arch/mips/pci/
H A Dops-bcm63xx.c416 int found, new_io_window; local
421 found = 0;
424 found = 1;
428 if (!found)
/linux-master/drivers/rapidio/
H A Drio_cm.c794 riocm_error("%s(%d) ch_%d not found", current->comm,
1080 int found = 0; local
1158 riocm_debug(RX_CMD, "found matching device(%s)",
1160 found = 1;
1166 if (!found) {
1167 /* If peer device object not found, simply ignore the request */
1583 goto found;
1588 found:
1966 goto found;
1973 found
1997 bool found = false; local
2181 bool found = false; local
[all...]
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c391 u32 found; local
393 err = read->get(&ctx, offsets[n], &found);
400 if (found != values[n]) {
404 read->name, found,
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mactable.c366 bool found = false; local
384 found = true;
398 if (found && !(mact_entry->flags & MAC_ENT_MOVED))
402 if (!found) {
403 /* Entry not found - now add */
/linux-master/net/mac80211/
H A Doffchannel.c688 struct ieee80211_roc_work *roc, *tmp, *found = NULL; local
704 found = roc;
708 if (!found) {
712 if (!found->started) {
713 ieee80211_roc_notify_destroy(found);
748 if (roc == found)
749 found = NULL;
754 WARN_ON(found);
759 found->abort = true;
/linux-master/drivers/leds/
H A Dled-triggers.c266 bool found = false; local
274 found = led_match_default_trigger(led_cdev, trig);
275 if (found)
282 * If default trigger wasn't found, maybe trigger module isn't loaded yet.
285 if (!found)
/linux-master/sound/core/
H A Dcontrol_led.c143 bool found; local
149 found = false;
156 found = true;
159 if (!found && kctl && card) {

Completed in 215 milliseconds

<<11121314151617181920>>