Searched refs:found (Results 51 - 75 of 1193) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dstrncat.S34 bne $2, $found
41 $found: negq $2, $3 # clear all but least set bit
/linux-master/arch/arm64/include/asm/stacktrace/
H A Dcommon.h95 goto found;
107 * be found on a subsequent transition.
121 found:
/linux-master/security/tomoyo/
H A Dmemory.c102 bool found = false; local
117 found = true;
120 if (!found) {
128 found = true;
134 return found ? group : NULL;
/linux-master/net/ceph/
H A Ddecode.c102 bool found; local
116 found = false;
124 if (found) {
131 found = true;
135 if (found)
/linux-master/net/rxrpc/
H A Dsecurity.c76 goto found;
85 goto found;
89 found:
108 goto found;
112 found:
/linux-master/tools/objtool/
H A Dbuiltin-check.c41 bool found = false; local
52 found = true;
57 found = true;
62 found = true;
65 return found ? 0 : -1;
/linux-master/sound/soc/qcom/qdsp6/
H A Dtopology.c29 bool *found)
39 *found = true;
43 *found = false;
75 bool *found)
89 *found = true;
93 *found = false;
118 bool *found)
131 *found = true;
134 *found = false;
164 uint32_t module_id, bool *found)
27 audioreach_tplg_alloc_graph_info(struct q6apm *apm, uint32_t graph_id, bool *found) argument
73 audioreach_tplg_alloc_sub_graph(struct q6apm *apm, uint32_t sub_graph_id, bool *found) argument
115 audioreach_tplg_alloc_container(struct q6apm *apm, struct audioreach_sub_graph *sg, uint32_t container_id, bool *found) argument
161 audioreach_tplg_alloc_module(struct q6apm *apm, struct audioreach_container *cont, struct snd_soc_dapm_widget *w, uint32_t module_id, bool *found) argument
212 bool found = false; local
245 bool found = false; local
278 bool found = false; local
315 bool found; local
372 bool found = false; local
425 bool found; local
[all...]
/linux-master/drivers/dma/idxd/
H A Dsubmit.c100 struct idxd_desc *d, *t, *found = NULL; local
114 found = desc;
125 if (!found)
126 found = list_abort_desc(wq, ie, desc);
129 if (found)
130 idxd_dma_complete_txd(found, IDXD_COMPLETE_ABORT, false,
141 idxd_dma_complete_txd(found, IDXD_COMPLETE_ABORT, true,
/linux-master/tools/perf/util/
H A Dvdso.c32 bool found; member in struct:vdso_file
79 if (vdso_file->found)
103 vdso_file->found = (vdso != NULL);
104 vdso_file->error = !vdso_file->found;
115 if (vdso_info->vdso.found)
118 if (vdso_info->vdso32.found)
120 if (vdso_info->vdsox32.found)
230 if (vdso_file->found)
244 vdso_file->found = true;
/linux-master/drivers/misc/ocxl/
H A Dpasid.c64 bool found = false; local
69 found = true;
75 WARN_ON(!found);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c32 bool found = false; local
50 found = true;
54 if (!found)
/linux-master/tools/bpf/bpftool/
H A Dtracelog.c69 bool found = false; local
85 found = true;
91 if (found && validate_tracefs_mnt(mnt, TRACEFS_MAGIC))
/linux-master/arch/arm64/kvm/
H A Dstacktrace.c92 goto found;
97 goto found;
101 found:
/linux-master/drivers/of/
H A Dcpu.c12 * Return: The hardware ID for the CPU node or ~0ULL if not found.
117 * of_node_put() on it when done. Returns NULL if not found.
138 * is not found.
156 * CPU is not found.
161 bool found = false; local
166 found = (cpu_node == np);
168 if (found)
188 * Return: An idle state node if found at @index. The refcount is incremented
189 * for it, so call of_node_put() on it when done. Returns NULL if not found.
/linux-master/tools/perf/arch/
H A Dcommon.c106 bool found = false; local
122 found = true;
128 return found;
/linux-master/arch/x86/pci/
H A Dbus_numa.c36 bool found = false; local
47 found = true;
51 if (!found)
/linux-master/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c43 int found = 0; local
51 found = 1;
58 return found;
82 "(not found)\n");
/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c106 int found = 0; local
113 : "=&r"(found) : "r"(ea));
115 return found;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_sdp.c23 u32 found = 0, i = 0; local
27 found = 1;
31 if (!found)
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.h141 bool *found);
146 bool *found);
150 u16 record_page_number, bool *found);
/linux-master/sound/pci/asihpi/
H A Dhpicmn.c315 short found = 1; local
342 found = 0;
361 found = 0;
369 found = 0;
376 found = 0;
383 found = 0;
400 found = 0;
408 found = 0;
414 found = 0;
420 found
[all...]
/linux-master/drivers/cpufreq/
H A Ds3c64xx-cpufreq.c107 int count, v, i, found; local
121 found = 0;
126 found = 1;
129 if (!found) {
/linux-master/drivers/base/
H A Dmap.c73 struct probe *found = NULL; local
85 if (!found)
86 found = p;
92 kfree(found);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c39 bool found = false; local
48 found = num_stack > 0;
53 found = true;
58 if (found) {
108 if (CHECK(!prog, "find_probe", "prog '%s' not found\n", prog_name))
112 if (CHECK(!map, "bpf_find_map", "not found\n"))
/linux-master/security/apparmor/
H A Daudit.c271 int found = 0; local
279 found = 1;
285 return found;
287 return !found;

Completed in 335 milliseconds

1234567891011>>