Home
last modified time | relevance | path

Searched refs:found (Results 101 – 125 of 2543) sorted by relevance

12345678910>>...102

/linux/arch/x86/kernel/
H A Dpmem.c10 static int found(struct resource *res, void *data) in found() function
21 IORESOURCE_MEM, 0, -1, NULL, found); in register_e820_pmem()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbond.c39 struct mlx5e_rep_bond_metadata *found = NULL; in mlx5e_lookup_rep_bond_metadata() local
44 found = cur; in mlx5e_lookup_rep_bond_metadata()
49 return found; in mlx5e_lookup_rep_bond_metadata()
56 struct mlx5e_rep_bond_slave_entry *found = NULL; in mlx5e_lookup_rep_bond_slave_entry() local
61 found = cur; in mlx5e_lookup_rep_bond_slave_entry()
66 return found; in mlx5e_lookup_rep_bond_slave_entry()
/linux/drivers/infiniband/core/
H A Dcq.c434 struct ib_cq *cq, *found = NULL; in ib_cq_pool_get() local
456 while (!found) { in ib_cq_pool_get()
468 found = cq; in ib_cq_pool_get()
472 if (found) { in ib_cq_pool_get()
473 found->cqe_used += nr_cqe; in ib_cq_pool_get()
476 return found; in ib_cq_pool_get()
489 return found; in ib_cq_pool_get()
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c374 bool found; in pnv_pci_unlink_table_and_group() local
381 found = false; in pnv_pci_unlink_table_and_group()
388 found = true; in pnv_pci_unlink_table_and_group()
394 if (WARN_ON(!found)) in pnv_pci_unlink_table_and_group()
398 found = false; in pnv_pci_unlink_table_and_group()
403 found = true; in pnv_pci_unlink_table_and_group()
407 WARN_ON(!found); in pnv_pci_unlink_table_and_group()
H A Dvas.c234 int found = 0; in vas_init() local
241 found++; in vas_init()
244 if (!found) { in vas_init()
249 pr_devel("Found %d instances\n", found); in vas_init()
/linux/drivers/acpi/
H A Dpptt.c106 struct acpi_pptt_cache **found, in acpi_pptt_walk_cache() argument
130 if (*found != NULL && cache != *found) in acpi_pptt_walk_cache()
134 *found = cache; in acpi_pptt_walk_cache()
325 struct acpi_pptt_cache *found = NULL; in acpi_find_cache_node() local
334 while (cpu_node && !found) { in acpi_find_cache_node()
335 found = acpi_find_cache_level(table_hdr, cpu_node, in acpi_find_cache_node()
341 return found; in acpi_find_cache_node()
/linux/drivers/parisc/
H A DKconfig13 are not found in B1000, C3000, J5000, A500, L1000, N4000 and upwards.
35 Say Y here to support the Lasi multifunction chip found in
46 Say Y here to support the Wax multifunction chip found in some
63 Say Y here to support the Dino & Cujo GSC to PCI bridges found in
97 Say Y here to support the SuperIO chip found in Bxxxx, C3xxx and
109 or support for the LCD that can be found on recent material.
120 That includes support for LED State front panel as found on E
122 message logging) as found on high end servers such as A, L and
/linux/lib/
H A Dstackdepot.c590 struct stack_record *found = NULL; in stack_depot_save_flags() local
618 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags()
619 if (found) in stack_depot_save_flags()
637 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags()
638 if (!found) { in stack_depot_save_flags()
648 found = new; in stack_depot_save_flags()
668 if (found) in stack_depot_save_flags()
669 handle = found->handle.handle; in stack_depot_save_flags()
H A Dis_single_threaded.c38 goto found; in current_is_single_threaded()
50 found: in current_is_single_threaded()
/linux/tools/testing/selftests/bpf/progs/
H A Diters.c338 bool found = false; in iter_search_loop() local
348 found = true; in iter_search_loop()
356 if (found) in iter_search_loop()
585 bool found = false; in iter_err_too_permissive3() local
591 found = true; in iter_err_too_permissive3()
594 if (found) in iter_err_too_permissive3()
606 bool found = false; in iter_tricky_but_fine() local
613 found = true; in iter_tricky_but_fine()
618 if (found) in iter_tricky_but_fine()
/linux/fs/btrfs/tests/
H A Dextent-io-tests.c122 bool found; in test_find_delalloc() local
183 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
185 if (!found) { in test_find_delalloc()
214 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
216 if (!found) { in test_find_delalloc()
248 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
250 if (found) { in test_find_delalloc()
269 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
271 if (!found) { in test_find_delalloc()
310 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
[all …]
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c343 bool found = false; in match_sysfs_device() local
359 found = true; in match_sysfs_device()
363 return found; in match_sysfs_device()
372 int found = -1, attempts = 3; in get_hid_id() local
376 while (found < 0 && attempts > 0) { in get_hid_id()
385 found = (int)strtol(str_id, NULL, 16); in get_hid_id()
391 if (found < 0) in get_hid_id()
395 return found; in get_hid_id()
404 int i, found = -1; in get_hidraw() local
433 if (found > 0) in get_hidraw()
[all …]
/linux/fs/btrfs/
H A Dtree-mod-log.c495 if (found) in __tree_mod_log_search()
496 BUG_ON(found->seq > cur->seq); in __tree_mod_log_search()
497 found = cur; in __tree_mod_log_search()
501 if (found) in __tree_mod_log_search()
503 found = cur; in __tree_mod_log_search()
506 found = cur; in __tree_mod_log_search()
512 return found; in __tree_mod_log_search()
772 found = tm; in tree_mod_log_oldest_root()
778 if (!found) in tree_mod_log_oldest_root()
779 found = tm; in tree_mod_log_oldest_root()
[all …]
/linux/drivers/nvme/host/
H A Dmultipath.c247 struct nvme_ns *found = NULL, *fallback = NULL, *ns; in __nvme_find_path() local
263 found = ns; in __nvme_find_path()
277 if (!found) in __nvme_find_path()
278 found = fallback; in __nvme_find_path()
279 if (found) in __nvme_find_path()
281 return found; in __nvme_find_path()
297 struct nvme_ns *ns, *found = NULL; in nvme_round_robin_path() local
312 found = ns; in nvme_round_robin_path()
316 found = ns; in nvme_round_robin_path()
330 if (!found) in nvme_round_robin_path()
[all …]
/linux/drivers/crypto/marvell/
H A DKconfig19 Security Accelerator (CESA) which can be found on MVEBU and ORION
34 Accelerator Unit(CPT) found in OcteonTX series of processors.
53 Accelerator Unit(CPT) found in OcteonTX2 series of processors.
/linux/drivers/misc/ocxl/
H A Dpasid.c64 bool found = false; in range_free() local
69 found = true; in range_free()
75 WARN_ON(!found); in range_free()
/linux/tools/bpf/bpftool/
H A Dtracelog.c69 bool found = false; in get_tracefs_pipe() local
85 found = true; in get_tracefs_pipe()
91 if (found && validate_tracefs_mnt(mnt, TRACEFS_MAGIC)) in get_tracefs_pipe()
/linux/drivers/dma/sh/
H A DKconfig39 This driver supports the general purpose DMA controller found in the
48 This driver supports the USB-DMA controller found in the Renesas
57 This driver supports the general purpose DMA controller found in the
/linux/drivers/of/
H A Dcpu.c161 bool found = false; in of_cpu_node_to_id() local
166 found = (cpu_node == np); in of_cpu_node_to_id()
168 if (found) in of_cpu_node_to_id()
/linux/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c43 int found = 0; in get_freq() local
51 found = 1; in get_freq()
58 return found; in get_freq()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_sdp.c23 u32 found = 0, i = 0; in is_sdp_pfvf() local
27 found = 1; in is_sdp_pfvf()
31 if (!found) in is_sdp_pfvf()
/linux/tools/perf/util/
H A Dprobe-finder.c115 goto found; in convert_variable_location()
119 found: in convert_variable_location()
635 bool found; member
689 .found = false, in find_best_scope()
1017 int found; member
1068 .found = 0, in debuginfo__find_probe_location()
1079 goto found; in debuginfo__find_probe_location()
1113 found: in debuginfo__find_probe_location()
1803 if (lf.found) in debuginfo__find_line_range()
1804 goto found; in debuginfo__find_line_range()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c706 return found; in radeon_legacy_primary_dac_detect()
1354 found = true; in r300_legacy_tv_detect()
1357 found = true; in r300_legacy_tv_detect()
1367 return found; in r300_legacy_tv_detect()
1420 found = true; in radeon_legacy_tv_detect()
1423 found = true; in radeon_legacy_tv_detect()
1431 return found; in radeon_legacy_tv_detect()
1496 if (found) in radeon_legacy_ext_dac_detect()
1521 return found; in radeon_legacy_ext_dac_detect()
1559 return found; in radeon_legacy_tv_dac_detect()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c65 bool found; in brcmf_flowring_lookup() local
84 found = false; in brcmf_flowring_lookup()
90 found = true; in brcmf_flowring_lookup()
96 if (found) in brcmf_flowring_lookup()
110 bool found; in brcmf_flowring_create() local
129 found = false; in brcmf_flowring_create()
134 found = true; in brcmf_flowring_create()
140 if (found) { in brcmf_flowring_create()
/linux/fs/xfs/
H A Dxfs_reflink.c315 bool *found) in xfs_find_trim_cow_extent() argument
321 *found = false; in xfs_find_trim_cow_extent()
343 *found = true; in xfs_find_trim_cow_extent()
395 bool found; in xfs_reflink_fill_cow_hole() local
415 if (found) { in xfs_reflink_fill_cow_hole()
454 bool found; in xfs_reflink_fill_delalloc() local
468 &found); in xfs_reflink_fill_delalloc()
472 if (found) { in xfs_reflink_fill_delalloc()
515 bool found; in xfs_reflink_allocate_cow() local
528 if (found) in xfs_reflink_allocate_cow()
[all …]

12345678910>>...102