/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | Makefile | 16 silent := -s macro 23 $(Q)$< $(silent) $(Kconfig) 26 $(Q)$< $(silent) $(Kconfig) 29 $(Q)$< $(silent) $(Kconfig) 32 $(Q)$< $(silent) --oldaskconfig $(Kconfig) 35 $(Q)$< $(silent) $(Kconfig) 51 $< $(silent) --oldconfig $(Kconfig); \ 55 $< $(silent) --oldconfig $(Kconfig); \ 71 $(Q)$< $(silent) --$@ $(Kconfig) 76 $(Q)$< $(silent) [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | genex.S | 558 BUILD_HANDLER adel ade ade silent /* #4 */ 559 BUILD_HANDLER ades ade ade silent /* #5 */ 560 BUILD_HANDLER ibe be cli silent /* #6 */ 561 BUILD_HANDLER dbe be cli silent /* #7 */ 562 BUILD_HANDLER bp bp sti silent /* #9 */ 563 BUILD_HANDLER ri ri sti silent /* #10 */ 564 BUILD_HANDLER cpu cpu sti silent /* #11 */ 565 BUILD_HANDLER ov ov sti silent /* #12 */ 566 BUILD_HANDLER tr tr sti silent /* #13 */ 567 BUILD_HANDLER msa_fpe msa_fpe msa_fpe silent /* #1 [all...] |
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | genex.S | 557 BUILD_HANDLER adel ade ade silent /* #4 */ 558 BUILD_HANDLER ades ade ade silent /* #5 */ 559 BUILD_HANDLER ibe be cli silent /* #6 */ 560 BUILD_HANDLER dbe be cli silent /* #7 */ 561 BUILD_HANDLER bp bp sti silent /* #9 */ 562 BUILD_HANDLER ri ri sti silent /* #10 */ 563 BUILD_HANDLER cpu cpu sti silent /* #11 */ 564 BUILD_HANDLER ov ov sti silent /* #12 */ 565 BUILD_HANDLER tr tr sti silent /* #13 */ 566 BUILD_HANDLER msa_fpe msa_fpe msa_fpe silent /* #1 [all...] |
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_super.c | 148 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic() argument 159 if (!silent) { in vxfs_try_sb_magic() 170 if (!silent) in vxfs_try_sb_magic() 195 * @silent: do not complain loudly when sth is wrong 207 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super() argument 235 if (!vxfs_try_sb_magic(sbp, silent, 1, in vxfs_fill_super() 239 } else if (!vxfs_try_sb_magic(sbp, silent, 8, in vxfs_fill_super() 244 if (!silent) in vxfs_fill_super() 251 if ((j < 2 || j > 4) && !silent) { in vxfs_fill_super()
|
/kernel/linux/linux-6.6/fs/freevxfs/ |
H A D | vxfs_super.c | 124 static int vxfs_try_sb_magic(struct super_block *sbp, int silent, in vxfs_try_sb_magic() argument 135 if (!silent) { in vxfs_try_sb_magic() 146 if (!silent) in vxfs_try_sb_magic() 171 * @silent: do not complain loudly when sth is wrong 183 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super() argument 211 if (!vxfs_try_sb_magic(sbp, silent, 1, in vxfs_fill_super() 215 } else if (!vxfs_try_sb_magic(sbp, silent, 8, in vxfs_fill_super() 220 if (!silent) in vxfs_fill_super() 227 if ((j < 2 || j > 4) && !silent) { in vxfs_fill_super()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | Makefile | 17 silent := -s macro 42 $(Q)$$< $(silent) $(Kconfig) 57 $< $(silent) --oldconfig $(Kconfig); \ 61 $< $(silent) --oldconfig $(Kconfig); \ 77 $(Q)$< $(silent) --$@ $(Kconfig) 82 $(Q)$< $(silent) --$@=defconfig $(Kconfig) 87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 94 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | futex-lock-pi.c | 36 static bool silent = false, multi = false; variable 49 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 65 !silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg), in print_summary() 97 if (!silent) in workerfn() 108 if (ret && !silent) in workerfn() 218 if (!silent) in bench_futex_lock_pi()
|
H A D | futex-hash.c | 37 static bool fshared = false, done = false, silent = false; variable 57 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 90 if (!silent && in workerfn() 116 !silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg), in print_summary() 211 if (!silent) { in bench_futex_hash()
|
H A D | futex-requeue.c | 41 static bool done = false, silent = false, fshared = false; variable 51 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 193 if (!silent) { in bench_futex_requeue()
|
H A D | futex-wake.c | 42 static bool done = false, silent = false, fshared = false; variable 52 OPT_BOOLEAN( 's', "silent", &silent, "Silent mode: do not display data/details"), 191 if (!silent) { in bench_futex_wake()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | futex-lock-pi.c | 51 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 68 !params.silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg), in print_summary() 100 if (!params.silent) in workerfn() 111 if (ret && !params.silent) in workerfn() 237 if (!params.silent) in bench_futex_lock_pi()
|
H A D | futex-hash.c | 59 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 93 if (!params.silent && in workerfn() 119 !params.silent ? "\n" : "", avg, rel_stddev_stats(stddev, avg), in print_summary() 231 if (!params.silent) { in bench_futex_hash()
|
H A D | futex-requeue.c | 55 OPT_BOOLEAN( 's', "silent", ¶ms.silent, "Silent mode: do not display data/details"), 100 if (!params.silent) in workerfn() 114 if (!params.silent) in workerfn() 269 if (!params.silent) { in bench_futex_requeue()
|
/kernel/linux/linux-5.10/fs/qnx6/ |
H A D | super_mmi.c | 36 struct qnx6_super_block *qnx6_mmi_fill_super(struct super_block *s, int silent) in qnx6_mmi_fill_super() argument 54 if (!silent) { in qnx6_mmi_fill_super() 91 if (!silent) in qnx6_mmi_fill_super()
|
H A D | inode.c | 257 int offset, int silent) in qnx6_check_first_superblock() 279 if (!silent) { in qnx6_check_first_superblock() 296 static int qnx6_fill_super(struct super_block *s, void *data, int silent) in qnx6_fill_super() argument 325 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super() 336 bootblock_offset / QNX6_SUPERBLOCK_SIZE, silent); in qnx6_fill_super() 339 bh1 = qnx6_check_first_superblock(s, 0, silent); in qnx6_fill_super() 389 if (!silent) in qnx6_fill_super() 459 if (!silent) in qnx6_fill_super() 256 qnx6_check_first_superblock(struct super_block *s, int offset, int silent) qnx6_check_first_superblock() argument
|
/kernel/linux/linux-6.6/fs/qnx6/ |
H A D | super_mmi.c | 36 struct qnx6_super_block *qnx6_mmi_fill_super(struct super_block *s, int silent) in qnx6_mmi_fill_super() argument 54 if (!silent) { in qnx6_mmi_fill_super() 91 if (!silent) in qnx6_mmi_fill_super()
|
H A D | inode.c | 257 int offset, int silent) in qnx6_check_first_superblock() 279 if (!silent) { in qnx6_check_first_superblock() 296 static int qnx6_fill_super(struct super_block *s, void *data, int silent) in qnx6_fill_super() argument 325 sb1 = qnx6_mmi_fill_super(s, silent); in qnx6_fill_super() 336 bootblock_offset / QNX6_SUPERBLOCK_SIZE, silent); in qnx6_fill_super() 339 bh1 = qnx6_check_first_superblock(s, 0, silent); in qnx6_fill_super() 389 if (!silent) in qnx6_fill_super() 459 if (!silent) in qnx6_fill_super() 256 qnx6_check_first_superblock(struct super_block *s, int offset, int silent) qnx6_check_first_superblock() argument
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | super.c | 303 static int complete_read_super(struct super_block *sb, int silent, int size) in complete_read_super() argument 328 if (!silent) in complete_read_super() 350 static int sysv_fill_super(struct super_block *sb, void *data, int silent) in sysv_fill_super() argument 410 if (complete_read_super(sb, silent, size)) in sysv_fill_super() 424 if (!silent) in sysv_fill_super() 430 if (!silent) in sysv_fill_super() 472 static int v7_fill_super(struct super_block *sb, void *data, int silent) in v7_fill_super() argument 497 if (!silent) in v7_fill_super() 518 if (complete_read_super(sb, silent, 1)) in v7_fill_super()
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | super.c | 303 static int complete_read_super(struct super_block *sb, int silent, int size) in complete_read_super() argument 330 if (!silent) in complete_read_super() 352 static int sysv_fill_super(struct super_block *sb, void *data, int silent) in sysv_fill_super() argument 412 if (complete_read_super(sb, silent, size)) in sysv_fill_super() 426 if (!silent) in sysv_fill_super() 432 if (!silent) in sysv_fill_super() 474 static int v7_fill_super(struct super_block *sb, void *data, int silent) in v7_fill_super() argument 497 if (!silent) in v7_fill_super() 518 if (complete_read_super(sb, silent, 1)) in v7_fill_super()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | inode.c | 1127 int silent, int *debug, struct fat_mount_options *opts) in parse_options() 1352 if (!silent) { in parse_options() 1456 int silent, struct fat_bios_param_block *bpb) in fat_read_bpb() 1482 if (!silent) in fat_read_bpb() 1488 if (!silent) in fat_read_bpb() 1499 if (!silent) in fat_read_bpb() 1508 if (!silent) in fat_read_bpb() 1515 if (!silent) in fat_read_bpb() 1522 if (!silent) in fat_read_bpb() 1534 struct fat_boot_sector *b, int silent, in fat_read_static_bpb() 1126 parse_options(struct super_block *sb, char *options, int is_vfat, int silent, int *debug, struct fat_mount_options *opts) parse_options() argument 1455 fat_read_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) fat_read_bpb() argument 1533 fat_read_static_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) fat_read_static_bpb() argument 1602 fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, void (*setup)(struct super_block *)) fat_fill_super() argument [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | super.c | 1886 #define SWARN(silent, s, id, ...) \ 1887 if (!(silent)) \ 1890 static int reiserfs_fill_super(struct super_block *s, void *data, int silent) in reiserfs_fill_super() argument 1929 SWARN(silent, s, "", "Cannot allocate commit workqueue"); in reiserfs_fill_super() 1943 SWARN(silent, s, "", "Cannot allocate memory for " in reiserfs_fill_super() 1953 SWARN(silent, s, "jmacd-7", "resize option for remount only"); in reiserfs_fill_super() 1969 SWARN(silent, s, "sh-2021", "can not find reiserfs on %s", in reiserfs_fill_super() 1986 SWARN(silent, s, "", "Filesystem cannot be " in reiserfs_fill_super() 1988 SWARN(silent, s, "", "You may need to run fsck " in reiserfs_fill_super() 1990 SWARN(silent, in reiserfs_fill_super() [all...] |
/kernel/linux/linux-6.6/fs/fat/ |
H A D | inode.c | 1127 int silent, int *debug, struct fat_mount_options *opts) in parse_options() 1352 if (!silent) { in parse_options() 1455 int silent, struct fat_bios_param_block *bpb) in fat_read_bpb() 1481 if (!silent) in fat_read_bpb() 1487 if (!silent) in fat_read_bpb() 1498 if (!silent) in fat_read_bpb() 1507 if (!silent) in fat_read_bpb() 1514 if (!silent) in fat_read_bpb() 1521 if (!silent) in fat_read_bpb() 1533 struct fat_boot_sector *b, int silent, in fat_read_static_bpb() 1126 parse_options(struct super_block *sb, char *options, int is_vfat, int silent, int *debug, struct fat_mount_options *opts) parse_options() argument 1454 fat_read_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) fat_read_bpb() argument 1532 fat_read_static_bpb(struct super_block *sb, struct fat_boot_sector *b, int silent, struct fat_bios_param_block *bpb) fat_read_static_bpb() argument 1598 fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, void (*setup)(struct super_block *)) fat_fill_super() argument [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | super.c | 1884 #define SWARN(silent, s, id, ...) \ 1885 if (!(silent)) \ 1888 static int reiserfs_fill_super(struct super_block *s, void *data, int silent) in reiserfs_fill_super() argument 1927 SWARN(silent, s, "", "Cannot allocate commit workqueue"); in reiserfs_fill_super() 1941 SWARN(silent, s, "", "Cannot allocate memory for " in reiserfs_fill_super() 1951 SWARN(silent, s, "jmacd-7", "resize option for remount only"); in reiserfs_fill_super() 1967 SWARN(silent, s, "sh-2021", "can not find reiserfs on %s", in reiserfs_fill_super() 1982 SWARN(silent, s, "", "Filesystem cannot be " in reiserfs_fill_super() 1984 SWARN(silent, s, "", "You may need to run fsck " in reiserfs_fill_super() 1986 SWARN(silent, in reiserfs_fill_super() [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | super.c | 561 * @silent: If 'true', all output will be silenced. 566 * @sb is only needed for warning/error output, i.e. it can be NULL when silent 570 const NTFS_BOOT_SECTOR *b, const bool silent) in is_boot_sector_ntfs() 579 if ((void*)b < (void*)&b->checksum && b->checksum && !silent) { in is_boot_sector_ntfs() 636 if (!silent && b->end_of_sector_marker != cpu_to_le16(0xaa55)) in is_boot_sector_ntfs() 646 * @silent: if true, suppress all output 663 const int silent) in read_ntfs_boot_sector() 672 bh_primary->b_data, silent)) in read_ntfs_boot_sector() 674 if (!silent) in read_ntfs_boot_sector() 676 } else if (!silent) in read_ntfs_boot_sector() 569 is_boot_sector_ntfs(const struct super_block *sb, const NTFS_BOOT_SECTOR *b, const bool silent) is_boot_sector_ntfs() argument 662 read_ntfs_boot_sector(struct super_block *sb, const int silent) read_ntfs_boot_sector() argument 2697 ntfs_fill_super(struct super_block *sb, void *opt, const int silent) ntfs_fill_super() argument [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | super.c | 569 * @silent: If 'true', all output will be silenced. 574 * @sb is only needed for warning/error output, i.e. it can be NULL when silent 578 const NTFS_BOOT_SECTOR *b, const bool silent) in is_boot_sector_ntfs() 587 if ((void*)b < (void*)&b->checksum && b->checksum && !silent) { in is_boot_sector_ntfs() 644 if (!silent && b->end_of_sector_marker != cpu_to_le16(0xaa55)) in is_boot_sector_ntfs() 654 * @silent: if true, suppress all output 671 const int silent) in read_ntfs_boot_sector() 680 bh_primary->b_data, silent)) in read_ntfs_boot_sector() 682 if (!silent) in read_ntfs_boot_sector() 684 } else if (!silent) in read_ntfs_boot_sector() 577 is_boot_sector_ntfs(const struct super_block *sb, const NTFS_BOOT_SECTOR *b, const bool silent) is_boot_sector_ntfs() argument 670 read_ntfs_boot_sector(struct super_block *sb, const int silent) read_ntfs_boot_sector() argument 2705 ntfs_fill_super(struct super_block *sb, void *opt, const int silent) ntfs_fill_super() argument [all...] |