Searched refs:found (Results 201 - 225 of 1193) sorted by relevance

1234567891011>>

/linux-master/mm/
H A Dshmem_quota.c191 goto found;
215 found:
290 goto found;
299 found:
/linux-master/fs/qnx6/
H A Ddir.c248 goto found;
255 goto found;
267 found:
/linux-master/drivers/regulator/
H A Dmc13xxx-regulator-core.c184 int found = 0; local
199 found = 1;
204 if (!found)
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dbase.c48 bool found = false; local
54 found = true;
60 return found;
90 * the @from device, and acquire a reference to the returned device if found.
/linux-master/drivers/scsi/
H A Dscsi_dh.c90 struct scsi_device_handler *tmp, *found = NULL; local
95 found = tmp;
100 return found;
/linux-master/drivers/xen/xen-pciback/
H A Dvpci.c239 int found = 0, slot; local
247 found = 1;
256 return found;
/linux-master/net/tipc/
H A Dsubscr.c69 * @found: the service range we are checking for match
74 struct tipc_service_range *found)
76 u32 found_lower = found->lower;
77 u32 found_upper = found->upper;
73 tipc_sub_check_overlap(struct tipc_service_range *subscribed, struct tipc_service_range *found) argument
/linux-master/include/xen/interface/
H A Dxen-mca.h242 bool found = 0; local
250 found = 1;
256 *ret = found ? mic : NULL;
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-cpld.c238 int found = 0; local
250 found = 1;
255 if (!found)
/linux-master/drivers/scsi/elx/efct/
H A Defct_io.c177 u8 found = false; local
184 found = true;
189 return found ? io : NULL;
/linux-master/fs/hfsplus/
H A Dbitmap.c58 goto found;
72 goto found;
97 found:
/linux-master/drivers/firmware/efi/libstub/
H A Dfile.c100 bool found = false; local
105 found = true;
110 if (!found)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c58 struct mlx5e_mod_hdr_handle *mh, *found = NULL; local
63 found = mh;
68 return found;
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c327 bool found = false; local
332 /* we found the correct VID/PID, now check for phys */
343 found = true;
347 return found;
356 int found = -1, attempts = 3; local
360 while (found < 0 && attempts > 0) {
369 found = (int)strtol(str_id, NULL, 16);
375 if (found < 0)
379 return found;
388 int i, found local
[all...]
/linux-master/drivers/input/misc/
H A Dapanel.c220 pr_notice(APANEL ": Fujitsu BIOS signature '%s' not found...\n",
231 int found = 0; local
269 pr_notice(APANEL ": unknown device %u found\n", devno);
279 ++found;
284 if (found == 0) {
/linux-master/net/netfilter/
H A Dnft_objref.c114 bool found; local
116 found = nft_set_do_lookup(net, set, &regs->data[priv->sreg], &ext);
117 if (!found) {
/linux-master/net/dsa/
H A Dtag.c206 bool found = false; local
214 found = true;
219 if (found) {
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c173 int found = 0; local
193 found = 1;
209 if (found == 0)
210 return error_set(err, PIDFD_FAIL, "%s not found for fd %d",
/linux-master/fs/nilfs2/
H A Dbtnode.c89 goto found;
118 goto found;
129 found:
/linux-master/drivers/dax/
H A Dkmem.c58 bool found = false; local
64 found = true;
68 if (!found) {
/linux-master/drivers/connector/
H A Dconnector.c72 int found = 0; local
81 found = 1;
88 if (!found)
/linux-master/drivers/mmc/host/
H A Ddw_mmc-hi3798cv200.c68 int found = 0; local
77 found = 1;
94 if (found) {
H A Ddw_mmc-hi3798mv200.c99 int found = 0; local
116 * Treat edge(flip) found as an error too.
123 found = 1;
144 if (found) {
/linux-master/tools/perf/
H A DMakefile.config270 $(call $(error $(PYTHON)-config not found)))
431 $(error ERROR: No libelf found. Disables 'probe' tool, jvmti and BPF support. Please install libelf-dev, libelf-devel, elfutils-libelf-devel or build with NO_LIBELF=1.)
435 $(error No libasan found, please install libasan)
441 $(error No libubsan found, please install libubsan)
446 $(error No static glibc found, please install glibc-static)
448 $(error No gnu/libc-version.h found, please install glibc-dev[el])
455 $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and/or set LIBDW_DIR)
460 $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-devel/libdw-dev)
518 $(error Error: No libopencsd library found o
[all...]
/linux-master/drivers/clk/renesas/
H A Dclk-mstp.c264 goto found;
268 goto found;
276 found:

Completed in 377 milliseconds

1234567891011>>