Home
last modified time | relevance | path

Searched refs:do_check (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/ktest/
H A Dktest.pl3108 my $do_check = defined($check) && $check ne "0";
3112 if ($do_check) {
3120 $do_check = 0;
3124 $do_check = 0;
3128 if ($do_check) {
/linux-6.15/arch/m68k/fpsp040/
H A Dgen_except.S59 beq do_check |go handle idle frame
130 do_check: label
/linux-6.15/sound/ppc/
H A Dawacs.c282 int lvol, int rvol, int do_check) in awacs_amp_set_vol() argument
284 if (do_check && amp->amp_vol[index][0] == lvol && in awacs_amp_set_vol()
/linux-6.15/kernel/bpf/
H A Dverifier.c19392 static int do_check(struct bpf_verifier_env *env) in do_check() function
22776 ret = do_check(env); in do_check_common()