Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 11 of 11) sorted by relevance

/kernel/bpf/
Ddisasm.c121 static void print_bpf_end_insn(bpf_insn_print_t verbose, in print_bpf_end_insn() argument
125 verbose(private_data, "(%02x) r%d = %s%d r%d\n", in print_bpf_end_insn()
135 const bpf_insn_print_t verbose = cbs->cb_print; in print_bpf_insn() local
141 verbose(cbs->private_data, "BUG_alu64_%02x\n", insn->code); in print_bpf_insn()
143 print_bpf_end_insn(verbose, cbs->private_data, insn); in print_bpf_insn()
145 verbose(cbs->private_data, "(%02x) %c%d = -%c%d\n", in print_bpf_insn()
150 verbose(cbs->private_data, "(%02x) %c%d %s %c%d\n", in print_bpf_insn()
157 verbose(cbs->private_data, "(%02x) %c%d %s %d\n", in print_bpf_insn()
165 verbose(cbs->private_data, "(%02x) *(%s *)(r%d %+d) = r%d\n", in print_bpf_insn()
173 verbose(cbs->private_data, "(%02x) lock *(%s *)(r%d %+d) %s r%d\n", in print_bpf_insn()
[all …]
Dverifier.c339 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) in verbose() function
394 verbose(env, "%s\n", in verbose_linfo()
408 verbose(env, "At %s the register %s ", ctx, reg_name); in verbose_invalid_scalar()
411 verbose(env, "has value %s", tn_buf); in verbose_invalid_scalar()
413 verbose(env, "has unknown scalar value"); in verbose_invalid_scalar()
416 verbose(env, " should have been in %s\n", tn_buf); in verbose_invalid_scalar()
593 verbose(env, "_"); in print_liveness()
595 verbose(env, "r"); in print_liveness()
597 verbose(env, "w"); in print_liveness()
599 verbose(env, "D"); in print_liveness()
[all …]
/kernel/
Dtorture.c58 static int verbose; variable
209 if (verbose > 1) in torture_offline()
223 if (verbose) in torture_offline()
228 if (verbose > 1) in torture_offline()
269 if (verbose > 1) in torture_online()
283 if (verbose) in torture_online()
288 if (verbose > 1) in torture_online()
322 if (ret && verbose) { in torture_online_all()
630 if (verbose) in torture_shutdown()
826 verbose = v; in torture_init_begin()
Dscftorture.c45 do { if (verbose) pr_alert(SCFTORT_FLAG s, ## x); } while (0)
48 do { if (verbose) pr_alert(SCFTORT_FLAG "!!! " s, ## x); } while (0)
64 torture_param(int, verbose, 0, "Enable verbose debugging printk()s");
504verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()
554 if (!torture_init_begin(SCFTORT_STRING, verbose)) in scf_torture_init()
/kernel/rcu/
Drefscale.c47 do { if (verbose) pr_alert("%s" SCALE_FLAG s, scale_type, ## x); } while (0)
53 if (verbose && \
62 do { if (verbose) pr_alert("%s" SCALE_FLAG "!!! " s, scale_type, ## x); } while (0)
71 torture_param(int, verbose, 0, "Enable verbose debugging printk()s");
743 verbose, shutdown, holdoff, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
799 if (!torture_init_begin(scale_type, verbose)) in ref_scale_init()
Drcuscale.c52 do { if (verbose) pr_alert("%s" SCALE_FLAG " %s\n", scale_type, s); } while (0)
94 torture_param(int, verbose, 1, "Enable verbose debugging printk()s");
500 scale_type, tag, nrealreaders, nrealwriters, verbose, shutdown); in rcu_scale_print_module_parms()
807 if (!torture_init_begin(scale_type, verbose)) in rcu_scale_init()
Drcutorture.c129 torture_param(int, verbose, 1,
1958 stat_interval, verbose, test_no_idle_hz, shuffle_interval, in rcu_torture_print_module_parms()
3000 if (!torture_init_begin(torture_type, verbose)) in rcu_torture_init()
/kernel/dma/
Dswiotlb.c202 int __init swiotlb_init_with_tbl(char *tlb, unsigned long nslabs, int verbose) in swiotlb_init_with_tbl() argument
222 if (verbose) in swiotlb_init_with_tbl()
233 swiotlb_init(int verbose) in swiotlb_init() argument
245 if (swiotlb_init_with_tbl(tlb, default_nslabs, verbose)) in swiotlb_init()
/kernel/trace/
Dtrace_output.c554 unsigned long verbose = tr->trace_flags & TRACE_ITER_VERBOSE; in lat_print_timestamp() local
565 if (verbose && in_ns) { in lat_print_timestamp()
577 } else if (verbose && !in_ns) { in lat_print_timestamp()
582 } else if (!verbose && in_ns) { in lat_print_timestamp()
646 unsigned long verbose = (tr->trace_flags & TRACE_ITER_VERBOSE); in trace_print_lat_context() local
656 if (verbose) { in trace_print_lat_context()
/kernel/locking/
Dlocktorture.c49 torture_param(int, verbose, 1,
836 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms()
917 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init()
Dlockdep.c480 static int verbose(struct lock_class *class) in verbose() function
1311 if (verbose(class)) { in register_lock_class()