Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 25 of 138) sorted by relevance

123456

/Linux-v6.1/Documentation/userspace-api/media/
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-v6.1/tools/hv/
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): argument
207 if (not quiet):
211 if (not quiet):
224 def set_delay_values(device, file_map, delay_length, quiet): argument
235 if (not quiet):
249 def set_delay_all_devices(file_map, delay, quiet): argument
254 quiet)
[all …]
/Linux-v6.1/fs/ubifs/
Dscan.c58 int offs, int quiet) in ubifs_scan_a_node() argument
79 if (ubifs_check_node(c, buf, len, lnum, offs, quiet, 1)) in ubifs_scan_a_node()
90 if (!quiet) { in ubifs_scan_a_node()
100 if (!quiet) in ubifs_scan_a_node()
255 int offs, void *sbuf, int quiet) in ubifs_scan() argument
274 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in ubifs_scan()
314 if (!quiet) in ubifs_scan()
327 if (!quiet) in ubifs_scan()
336 if (!quiet) { in ubifs_scan()
/Linux-v6.1/security/apparmor/
Dlib.c25 .quiet = ALL_PERMS_MASK,
297 perms->quiet = 0; in aa_apply_modes_to_perms()
303 perms->quiet = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
348 .quiet = dfa_user_quiet(dfa, state) | in aa_compute_perms()
357 perms->quiet |= map_other(dfa_other_quiet(dfa, state)); in aa_compute_perms()
370 accum->quiet &= addend->quiet & ~addend->allow; in aa_perms_accum_raw()
389 accum->quiet &= addend->quiet & ~accum->allow; in aa_perms_accum()
474 denied &= ~perms->quiet; in aa_check_perms()
Dfile.c131 if ((aad(&sa)->request & perms->quiet) && in aa_audit_file()
134 aad(&sa)->request &= ~perms->quiet; in aa_audit_file()
228 perms.quiet = map_old_perms(dfa_user_quiet(dfa, state)); in aa_compute_fperms()
233 perms.quiet = map_old_perms(dfa_other_quiet(dfa, state)); in aa_compute_fperms()
397 lperms.quiet = perms.quiet; in profile_path_link()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Ddvo_sil164.c64 bool quiet; member
99 if (!sil->quiet) { in sil164_readb()
124 if (!sil->quiet) { in sil164_writeb()
146 sil->quiet = true; in sil164_init()
165 sil->quiet = false; in sil164_init()
Ddvo_tfp410.c91 bool quiet; member
124 if (!tfp->quiet) { in tfp410_readb()
149 if (!tfp->quiet) { in tfp410_writeb()
182 tfp->quiet = true; in tfp410_init()
197 tfp->quiet = false; in tfp410_init()
Ddvo_ch7xxx.c108 bool quiet; member
166 if (!ch7xxx->quiet) { in ch7xxx_readb()
192 if (!ch7xxx->quiet) { in ch7xxx_writeb()
214 ch7xxx->quiet = true; in ch7xxx_init()
237 ch7xxx->quiet = false; in ch7xxx_init()
Ddvo_ivch.c176 bool quiet; member
226 if (!priv->quiet) { in ivch_read()
254 if (!priv->quiet) { in ivch_write()
276 priv->quiet = true; in ivch_init()
280 priv->quiet = false; in ivch_init()
Ddvo_ns2501.c381 bool quiet; member
423 if (!ns->quiet) { in ns2501_readb()
458 if (!ns->quiet) { in ns2501_writeb()
485 ns->quiet = true; in ns2501_init()
504 ns->quiet = false; in ns2501_init()
/Linux-v6.1/drivers/scsi/
Dsr_vendor.c200 cgc.quiet = 1; in sr_cd_check()
227 cgc.quiet = 1; in sr_cd_check()
256 cgc.quiet = 1; in sr_cd_check()
284 cgc.quiet = 1; in sr_cd_check()
302 cgc.quiet = 1; in sr_cd_check()
/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Dbench_local_storage_rcu_tasks_trace.c15 bool quiet; member
19 .quiet = false,
65 args.quiet = ret; in parse_arg()
233 if (args.quiet) in report_progress()
Drun_bench_local_storage_rcu_tasks_trace.sh11 ./bench --nr_procs 15000 --kthread_pid $kthread_pid -d 600 --quiet 1 local-storage-tasks-trace
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_io_utils.c53 bool quiet, phys_addr_t *psize) in _msm_ioremap() argument
65 if (!quiet) in _msm_ioremap()
74 if (!quiet) in _msm_ioremap()
/Linux-v6.1/drivers/pcmcia/
Dricoh.h163 static void ricoh_set_clkrun(struct yenta_socket *socket, bool quiet) in ricoh_set_clkrun() argument
180 if (!quiet) in ricoh_set_clkrun()
184 if (!quiet) in ricoh_set_clkrun()
/Linux-v6.1/tools/build/
DMakefile.build16 quiet =
19 quiet=quiet_
24 quiet=silent_
/Linux-v6.1/kernel/
Dgen_kheaders.sh69 done | cpio --quiet -pd $cpio_dir
77 done | cpio --quiet -pdu $cpio_dir >/dev/null 2>&1
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddm-dust.rst246 quiet
260 This can be done by enabling "quiet mode" via the following message::
262 $ sudo dmsetup message dust1 0 quiet
266 message commands will still print in quiet mode.
268 The status of quiet mode can be seen by running "dmsetup status"::
271 0 33552384 dust 252:17 fail_read_on_bad_block quiet
273 To disable quiet mode, send the "quiet" message again::
275 $ sudo dmsetup message dust1 0 quiet
/Linux-v6.1/tools/cgroup/
Diocost_coef_gen.py52 if not args.quiet:
56 if args.verbose and not args.quiet:
92 eta = 'never' if args.quiet else 'always'
/Linux-v6.1/scripts/dtc/
Ddtc.c14 int quiet; /* Level of quietness */ variable
176 quiet = 0; in main()
218 quiet++; in main()
/Linux-v6.1/fs/ext2/
Ddir.c109 static bool ext2_check_page(struct page *page, int quiet, char *kaddr) in ext2_check_page() argument
151 if (!quiet) in ext2_check_page()
171 if (!quiet) in ext2_check_page()
179 if (!quiet) { in ext2_check_page()
200 int quiet, void **page_addr) in ext2_get_page() argument
209 if (!ext2_check_page(&folio->page, quiet, *page_addr)) in ext2_get_page()
/Linux-v6.1/drivers/platform/loongarch/
Dloongson-laptop.c70 int success, quiet; in acpi_evalf() local
82 quiet = 1; in acpi_evalf()
85 quiet = 0; in acpi_evalf()
133 if (!success && !quiet) in acpi_evalf()
/Linux-v6.1/Documentation/tools/rtla/
Dcommon_top_options.rst1 **-q**, **--quiet**
/Linux-v6.1/scripts/
DKbuild.include48 kecho := $($(quiet)kecho)
94 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
95 echo-cmd = $(if $($(quiet)cmd_$(1)),\
96 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
125 cmd = @set -e; $(echo-cmd) $($(quiet)redirect) $(delete-on-interrupt) $(cmd_$(1))
/Linux-v6.1/tools/testing/selftests/net/forwarding/
Dtsn_lib.sh161 --quiet \
244 --quiet

123456