Searched refs:find (Results 126 - 150 of 176) sorted by relevance

12345678

/linux-master/lib/
H A Dts_fsm.c316 .find = fsm_find,
/linux-master/scripts/
H A Dget_feat.pl507 find({wanted =>\&parse_feat, no_chdir => 1}, $prefix);
H A Dbpf_doc.py197 offset = self.reader.read().find(target)
208 'Could not find start of eBPF syscall descriptions list')
220 'Could not find start of bpf_cmd enum', 0)
246 'Could not find start of eBPF helper descriptions list')
264 'Could not find start of eBPF helper definition list')
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat1250 if key.find(' ') != -1:
1287 if not key.find(' ') != -1:
/linux-master/net/sched/
H A Dsch_drr.c460 .find = drr_search_class,
H A Dsch_cbs.c530 .find = cbs_find,
H A Dsch_tbf.c591 .find = tbf_find,
H A Dsch_red.c531 .find = red_find,
H A Dsch_sfb.c687 .find = sfb_find,
H A Dsch_fq_codel.c226 * in q->backlogs[] to find a fat flow.
696 .find = fq_codel_find,
H A Dsch_mqprio.c759 .find = mqprio_find,
H A Dsch_ets.c791 .find = ets_class_find,
H A Dsch_sfq.c905 .find = sfq_find,
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh34 DUMMYFILE=$(find /lib/firmware -type f -printf '%P\n' | head -1)
39 echo "SKIP: unable to find suitable dummy firmware file"
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py350 @return: False when find one metric out in Metric file. (This rule should not skipped.)
384 data[0] = data[0][data[0].find('{'):]
431 1) find metrics with '1%' or '100%' as ScaleUnit for Percent check
/linux-master/drivers/gpu/drm/xe/
H A DMakefile313 $(patsubst %.h,%.hdrtest, $(shell cd $(srctree)/$(src) && find * -name '*.h' $(hdrtest_find_args)))
/linux-master/drivers/gpu/drm/i915/
H A DMakefile437 $(shell cd $(srctree)/$(src) && find * -name '*.h')))
/linux-master/tools/mm/
H A Dslabinfo.c351 static struct aliasinfo *find_one_alias(struct slabinfo *find) argument
357 if (a->slab == find &&
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S711 movew ETEMP_EX(%a6),%d0 |find the sign of the result
750 movew ETEMP_EX(%a6),%d0 |find the sign of the result
1225 movew ETEMP_EX(%a6),%d0 |find the sign of the result
H A Ddo_func.S16 | functions can find FPTEMP at -12(a0).
/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S44 # To find it, surf to http://www.intel.com/p/en_US/embedded
H A Dsha256-avx-asm.S43 # To find it, surf to http://www.intel.com/p/en_US/embedded
H A Dsha512-avx-asm.S45 # To find it, surf to http://www.intel.com/p/en_US/embedded
H A Dsha512-ssse3-asm.S45 # To find it, surf to http://www.intel.com/p/en_US/embedded
/linux-master/security/tomoyo/
H A Dcommon.h953 bool tomoyo_str_starts(char **src, const char *find);

Completed in 219 milliseconds

12345678