Searched refs:quiet (Results 1 - 25 of 103) sorted by relevance

12345

/linux-master/tools/perf/tests/shell/common/
H A Dcheck_all_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp not found: \"$r\"\n" unless $quiet;
H A Dcheck_no_patterns_found.pl6 $quiet = 1;
7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
29 print "Regexp found: \"$r\"\n" unless $quiet;
H A Dcheck_all_lines_matched.pl9 $quiet = 1;
10 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
33 print "Line did not match any pattern: \"$_\"\n" unless $quiet;
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_local_storage_rcu_tasks_trace.sh11 ./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet local-storage-tasks-trace
/linux-master/Documentation/userspace-api/media/
H A DMakefile25 @$($(quiet)gen_rst)
28 @$($(quiet)gen_rst)
31 @$($(quiet)gen_rst)
34 @$($(quiet)gen_rst)
37 @$($(quiet)gen_rst)
40 @$($(quiet)gen_rst)
43 @$($(quiet)gen_rst)
46 @$($(quiet)gen_rst)
/linux-master/security/apparmor/include/
H A Dcapability.h24 * @quiet: caps that should not be audited
32 kernel_cap_t quiet; member in struct:aa_caps
H A Dperms.h81 u32 quiet; /* set only when ~allow | deny */ member in struct:aa_perms
113 accum->quiet &= addend->quiet & ~addend->allow;
140 accum->quiet &= addend->quiet & ~accum->allow;
/linux-master/tools/perf/ui/
H A Dutil.c18 if (quiet)
51 if (quiet)
/linux-master/fs/ubifs/
H A Dscan.c53 * @quiet: print no messages
58 int offs, int quiet)
79 if (ubifs_check_node(c, buf, len, lnum, offs, quiet, 1))
90 if (!quiet) {
100 if (!quiet)
244 * @quiet: print no messages
251 * If @quiet is non-zero, this function does not print large and scary
255 int offs, void *sbuf, int quiet)
274 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet);
314 if (!quiet)
57 ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, int offs, int quiet) argument
254 ubifs_scan(const struct ubifs_info *c, int lnum, int offs, void *sbuf, int quiet) argument
[all...]
/linux-master/tools/hv/
H A Dvmbus_testing84 set_test_state(state_path, dev_state.on.value, args.quiet)
91 args.quiet)
94 args.quiet)
203 def set_test_state(state_path, state_value, quiet):
207 if (not quiet):
211 if (not quiet):
224 def set_delay_values(device, file_map, delay_length, quiet):
235 if (not quiet):
249 def set_delay_all_devices(file_map, delay, quiet):
254 quiet)
[all...]
/linux-master/fs/pstore/
H A Dinternal.h41 struct dentry *root, int quiet);
/linux-master/kernel/
H A Dgen_kheaders.sh71 done | cpio --quiet -pd $cpio_dir
79 done | cpio --quiet -pdu $cpio_dir >/dev/null 2>&1
/linux-master/drivers/scsi/
H A Dsr_vendor.c200 cgc.quiet = 1;
227 cgc.quiet = 1;
256 cgc.quiet = 1;
284 cgc.quiet = 1;
302 cgc.quiet = 1;
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_tfp410.c91 bool quiet; member in struct:tfp410_priv
124 if (!tfp->quiet) {
149 if (!tfp->quiet) {
182 tfp->quiet = true;
197 tfp->quiet = false;
H A Ddvo_sil164.c68 bool quiet; member in struct:sil164_priv
103 if (!sil->quiet) {
128 if (!sil->quiet) {
150 sil->quiet = true;
169 sil->quiet = false;
H A Ddvo_ch7xxx.c119 bool quiet; member in struct:ch7xxx_priv
177 if (!ch7xxx->quiet) {
203 if (!ch7xxx->quiet) {
225 ch7xxx->quiet = true;
248 ch7xxx->quiet = false;
H A Ddvo_ivch.c176 bool quiet; member in struct:ivch_priv
226 if (!priv->quiet) {
254 if (!priv->quiet) {
276 priv->quiet = true;
280 priv->quiet = false;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c67 bool quiet, phys_addr_t *psize)
79 if (!quiet)
88 if (!quiet)
66 _msm_ioremap(struct platform_device *pdev, const char *name, bool quiet, phys_addr_t *psize) argument
/linux-master/scripts/
H A Dnsdeps29 $SPATCH --very-quiet --in-place --sp-file \
/linux-master/security/apparmor/
H A Dpolicy_compat.c119 perms.quiet = map_old_perms(dfa_user_quiet(dfa, state));
134 perms.quiet = map_old_perms(dfa_other_quiet(dfa, state));
218 perms.quiet = dfa_user_quiet(dfa, state);
242 perms.quiet |= map_other(dfa_other_quiet(dfa, state));
244 perms.quiet |= map_xbits(dfa_other_xbits(dfa, state));
H A Dlib.c25 .quiet = ALL_PERMS_MASK,
319 perms->quiet = 0;
325 perms->quiet = ALL_PERMS_MASK;
416 denied &= ~perms->quiet;
/linux-master/tools/build/
H A DMakefile.build16 quiet =
19 quiet=quiet_
32 quiet=silent_
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh161 --quiet \
244 --quiet
/linux-master/tools/testing/selftests/bpf/
H A Dbench.h27 bool quiet; member in struct:env
/linux-master/tools/perf/tests/shell/
H A Drecord_bpf_filter.sh32 -o /dev/null --quiet true 2>&1

Completed in 625 milliseconds

12345