Searched refs:found (Results 1 - 25 of 1193) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/xen/
H A Denlighten_pv.c744 bool found = false; local
759 found = true;
770 found = true;
773 if (!found)
776 if (WARN_ON(found && ist != 0 && !ist_okay))
/linux-master/net/ipv4/
H A Dudp.c280 goto found;
310 goto found;
316 found:
1642 * Drops all bad checksum frames, until a valid one is found.
1643 * Returns the length of found skb, or -1 if none is found.
2478 * If more than one socket found returns NULL
3006 goto found;
3011 found:
/linux-master/kernel/bpf/
H A Dverifier.c307 bool found; member in struct:bpf_kfunc_call_arg_meta::__anon97
2530 verbose(env, "exception callback '%s' could not be found in BTF\n", name);
2553 verbose(env, "exception callback type id not found in func_info\n");
3771 * they should have been found already.
3783 * precision to registers R1-R5 should have been found already.
4084 * compatible explored state is found at some point or BPF_EXIT instruction is
8268 goto found;
8277 found:
8472 verbose(env, "verifier internal error: no dynptr arg found\n");
11464 verbose(env, "%s not found a
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c577 /* Find the fs_device by the usual method, if found use it. */
887 "device %s already registered with a higher generation, found %llu expect %llu",
1447 * such is found, record the end of it in *start
1699 * it must be the max free space that we have found
3151 "found a bad chunk map, wanted %llu-%llu, found %llu-%llu",
5398 WARN(1, "%s: found more than %llu devices\n",
7336 "device total_bytes should be at most %llu but found %llu",
7570 * device items are found before any chunk item (their object id
7614 /* Catch error found durin
8005 bool found = false; local
[all...]
H A Dqgroup.c415 /* default this to quota off, in case no status key is found */
1628 bool found = false; local
1649 found = true;
1666 if (found) {
3602 struct btrfs_key found;
3641 btrfs_item_key_to_cpu(path->nodes[0], &found,
3643 fs_info->qgroup_rescan_progress.objectid = found.objectid + 1;
3658 btrfs_item_key_to_cpu(scratch_leaf, &found, slot);
3659 if (found.type != BTRFS_EXTENT_ITEM_KEY &&
3660 found
3600 struct btrfs_key found; local
4699 bool found = false; local
[all...]
H A Dioctl.c1693 * * all items were found
2293 u8 found; local
2309 found = 0;
2335 if (found == BTRFS_MAX_ROOTREF_BUFFER_NUM) {
2341 rootrefs->rootref[found].treeid = key.offset;
2342 rootrefs->rootref[found].dirid =
2344 found++;
2359 rootrefs->num_items = found;
2361 if (found)
2363 rootrefs->rootref[found
[all...]
/linux-master/drivers/spi/
H A Dspi.c3461 struct spi_controller *found; local
3472 found = idr_find(&spi_master_idr, id);
3486 if (found == ctlr)
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c62 int found = 0; local
69 found = 1;
73 if (!found) {
1645 /* nothing found ? */
H A Dzcrypt_ccamisc.c1602 int found = 0; local
1610 found = 1;
1614 if (!found) {
1661 int rc, found = 0; local
1705 found++;
1707 if (!found)
1722 found++;
1727 return found == 2 ? 0 : -ENOENT;
1801 /* nothing found, so this time without cache */
1946 /* nothing found
[all...]
/linux-master/drivers/nvme/target/
H A Dcore.c1275 /* ctrl found */
1276 goto found;
1280 ctrl = NULL; /* ctrl not found */
1285 found:
H A Dconfigfs.c89 goto found;
95 found:
195 goto found;
201 found:
368 goto found;
374 found:
433 goto found;
440 found:
1037 goto found;
1042 found
[all...]
/linux-master/drivers/nvme/host/
H A Dtcp.c1936 dev_err(ctrl->device, "no valid PSK found\n");
2670 bool found = false; local
2674 found = nvmf_ip_options_match(&ctrl->ctrl, opts);
2675 if (found)
2680 return found;
H A Dpci.c1060 int found = 0; local
1063 found++;
1073 if (found)
1075 return found;
1118 bool found; local
1124 found = nvme_poll_cq(nvmeq, iob);
1127 return found;
2518 * Temporary fix for the Apple controller found in the MacBook8,1 and
H A Dmultipath.c244 struct nvme_ns *found = NULL, *fallback = NULL, *ns; local
260 found = ns;
274 if (!found)
275 found = fallback;
276 if (found)
277 rcu_assign_pointer(head->current_path[node], found);
278 return found;
294 struct nvme_ns *ns, *found = NULL; local
309 found = ns;
313 found
[all...]
H A Dcore.c2864 struct nvme_subsystem *subsys, *found; local
2906 found = __nvme_find_get_subsystem(subsys->subnqn);
2907 if (found) {
2909 subsys = found;
2935 if (!found)
3593 * We've found two different namespaces on two different
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1521 bool found = false; local
1530 * Use the "found" variable for both cases.
1532 found = true;
1547 found = true;
1553 if (!found)
2268 /* Initialize a fresh ATU entry if it isn't found */
/linux-master/kernel/sched/
H A Dfair.c911 goto found;
942 found:
2111 * found a better CPU to move/swap.
2526 /* No better CPU than the current one was found. */
6199 /* we know any runtime found here is valid as update_curr() precedes return */
7372 * average idle time for this rq (as found in rq->avg_idle).
7626 * use them if possible when no idle CPU found in select_idle_cpu().
8976 /* Record that we found at least one task that could run on dst_cpu */
9091 * unless we haven't found any movable task yet.
11231 * idle has been found, the
[all...]
/linux-master/drivers/i2c/
H A Di2c-core-base.c326 dev_dbg(dev, PINCTRL_STATE_DEFAULT " state not found for GPIO recovery\n");
336 dev_dbg(dev, "no gpio or recovery state found for GPIO recovery\n");
455 err_str = "no {get|set}_scl() found";
1043 * If no client can be found, or @fwnode is NULL, this returns NULL.
1722 struct i2c_adapter *found; local
1727 found = idr_find(&i2c_adapter_idr, adap->nr);
1729 if (found != adap) {
1839 * If no adapter can be found, or @fwnode is NULL, this returns NULL.
1869 * and increment the adapter module's use count. If no adapter can be found,
1909 * when properties are not found, otherwis
[all...]
/linux-master/drivers/dma/
H A Dpl330.c2936 int found = -1; local
2944 found = pr;
2948 if (found == -1)
2951 seq_printf(s, "%d\n", found);
/linux-master/net/wireless/
H A Dnl80211.c159 bool found = false; local
167 found = true;
171 if (!found)
4934 return 0; /* rate not found */
8929 bool found = false; local
8946 if (found)
8948 found = true;
9228 /* user specified, bail out if channel not found */
9664 /* user specified, bail out if channel not found */
11324 bool found local
[all...]
/linux-master/net/netfilter/
H A Dnft_chain_filter.c325 struct nft_hook *hook, *found = NULL; local
333 found = hook;
337 if (!found)
342 nf_unregister_net_hook(ctx->net, &found->ops);
344 list_del_rcu(&found->list);
345 kfree_rcu(found, rcu);
/linux-master/net/mac80211/
H A Dmlme.c808 "AP appears to change mode (expected %s, found %s), disconnect\n",
2442 struct ieee80211_sub_if_data *sdata, *found = NULL; local
2456 /* If an AP vif is found, then disable PS
2465 found = sdata;
2469 if (count == 1 && ieee80211_powersave_allowed(found)) {
2470 u8 dtimper = found->deflink.u.mgd.dtim_period;
2482 local->ps_sdata = found;
3833 WARN_ONCE(1, "%s: STA %pM not found", sdata->name, ap_addr);
4650 link_info(link, "No rates found, keeping mandatory only\n");
6317 /* noa_attr not found an
[all...]
/linux-master/net/bluetooth/
H A Dmgmt.c2675 int err, found; local
2700 found = 0;
2708 found++;
2711 if (found == 0) {
/linux-master/mm/
H A Dhugetlb.c3299 goto found;
3313 goto found;
3316 found:
3746 goto found;
3752 goto found;
3757 found:
6385 * found in the pagecache may not have hugetlb_migratable if they have
/linux-master/lib/
H A Dstackdepot.c590 struct stack_record *found = NULL; local
618 found = find_stack(bucket, entries, nr_entries, hash, depot_flags);
619 if (found)
644 found = find_stack(bucket, entries, nr_entries, hash, depot_flags);
645 if (!found) {
655 found = new;
675 if (found)
676 handle = found->handle.handle;

Completed in 903 milliseconds

1234567891011>>