/linux/fs/xfs/ |
A D | xfs_health.c | 30 unsigned int checked = 0; in xfs_health_unmount() local 125 unsigned int *checked) in xfs_fs_measure_sickness() argument 168 unsigned int *checked) in xfs_rt_measure_sickness() argument 211 unsigned int *checked) in xfs_ag_measure_sickness() argument 263 unsigned int *checked) in xfs_inode_measure_sickness() argument 267 *checked = ip->i_checked; in xfs_inode_measure_sickness() 296 unsigned int checked, in xfgeo_health_tick() argument 313 unsigned int checked; in xfs_fsop_geom_health() local 316 geo->checked = 0; in xfs_fsop_geom_health() 349 unsigned int checked; in xfs_ag_geom_health() local [all …]
|
/linux/fs/xfs/libxfs/ |
A D | xfs_health.h | 105 unsigned int *checked); 110 unsigned int *checked); 115 unsigned int *checked); 120 unsigned int *checked); 129 unsigned int sick, checked; in xfs_fs_has_sickness() local 131 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness() 138 unsigned int sick, checked; in xfs_rt_has_sickness() local 140 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_rt_has_sickness() 147 unsigned int sick, checked; in xfs_ag_has_sickness() local 149 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_ag_has_sickness() [all …]
|
/linux/tools/lib/api/fs/ |
A D | fs.c | 93 bool checked; member 115 .checked = false, 121 .checked = false, 127 .checked = false, 133 .checked = false, 139 .checked = false, 145 .checked = false, 168 fs->checked = true; in fs__read_mounts() 231 fs->checked = true; in fs__env_override() 263 if (fs->checked) in fs__mountpoint()
|
/linux/drivers/misc/lkdtm/ |
A D | bugs.c | 323 struct array_bounds *checked; in lkdtm_ARRAY_BOUNDS() local 327 checked = kmalloc(sizeof(*checked) * 2, GFP_KERNEL); in lkdtm_ARRAY_BOUNDS() 331 for (i = 0; i < sizeof(checked->data); i++) in lkdtm_ARRAY_BOUNDS() 332 checked->data[i] = 'A'; in lkdtm_ARRAY_BOUNDS() 341 for (i = 0; i < sizeof(checked->data) + 1; i++) in lkdtm_ARRAY_BOUNDS() 342 checked->data[i] = 'B'; in lkdtm_ARRAY_BOUNDS() 345 kfree(checked); in lkdtm_ARRAY_BOUNDS()
|
/linux/security/tomoyo/ |
A D | condition.c | 27 u8 *checked) in tomoyo_argv() argument 38 *checked = 1; in tomoyo_argv() 62 u8 *checked) in tomoyo_envp() argument 77 *checked = 1; in tomoyo_envp() 119 u8 *checked; in tomoyo_scan_bprm() local 122 checked = local_checked; in tomoyo_scan_bprm() 126 if (!checked) in tomoyo_scan_bprm() 162 checked)) { in tomoyo_scan_bprm() 195 if (checked[i]) in tomoyo_scan_bprm() 207 if (checked[argc + i]) in tomoyo_scan_bprm() [all …]
|
/linux/Documentation/devicetree/bindings/mfd/ |
A D | allwinner,sun8i-a23-prcm.yaml | 50 # Already checked in the main schema 84 # Already checked in the main schema 115 # Already checked in the main schema 134 # Already checked in the main schema
|
A D | allwinner,sun6i-a31-prcm.yaml | 48 # Already checked in the main schema 82 # Already checked in the main schema 113 # Already checked in the main schema 146 # Already checked in the main schema
|
/linux/drivers/sh/maple/ |
A D | maple.c | 59 static bool checked[MAPLE_PORTS]; variable 471 if (checked[x] && empty[x]) { in maple_vblank_handler() 562 if (checked[mdev->port] == false) { in maple_response_none() 563 checked[mdev->port] = true; in maple_response_none() 581 if ((mdev->unit == 0) && (checked[mdev->port] == false)) { in maple_response_devinfo() 582 checked[mdev->port] = true; in maple_response_devinfo() 620 if (checked[i] == false) { in maple_port_rescan() 847 checked[i] = false; in maple_bus_init()
|
/linux/Documentation/filesystems/ |
A D | ocfs2-online-filecheck.rst | 52 communicate with kernel space, tell which file(inode number) will be checked or 94 the inode must first be checked for errors before performing a final fix. 98 fixed/checked, the detailed errors which were fixed/checked are printed in the
|
/linux/scripts/ |
A D | spdxcheck.py | 93 self.checked = 0 168 self.checked += 1 286 sys.stderr.write('Files checked: %12d\n' %parser.checked)
|
/linux/drivers/md/bcache/ |
A D | alloc.c | 219 size_t checked = 0; in invalidate_buckets_fifo() local 231 if (++checked >= ca->sb.nbuckets) { in invalidate_buckets_fifo() 242 size_t checked = 0; in invalidate_buckets_random() local 257 if (++checked >= ca->sb.nbuckets / 2) { in invalidate_buckets_random()
|
/linux/Documentation/core-api/ |
A D | errseq.rst | 37 record the state at the time that it was checked. This allows us to 39 can tell whether the value has changed since they last checked it. 111 whether one was made since they last checked, and the latest value 154 since the last time it was checked.
|
A D | debug-objects.rst | 73 When the real object is already tracked by debugobjects it is checked, 96 When the real object is already tracked by debugobjects it is checked, 120 When the real object is already tracked by debugobjects it is checked, 145 When the real object is tracked by debugobjects it is checked, whether 160 When the real object is tracked by debugobjects it is checked, whether 176 When the real object is tracked by debugobjects it is checked, whether
|
/linux/fs/btrfs/ |
A D | subpage.c | 562 checked, start, len); in btrfs_subpage_set_checked() 567 if (subpage_test_bitmap_all_set(fs_info, subpage, checked)) in btrfs_subpage_set_checked() 577 checked, start, len); in btrfs_subpage_clear_checked() 611 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(checked); 682 IMPLEMENT_BTRFS_PAGE_OPS(checked, SetPageChecked, ClearPageChecked, PageChecked);
|
A D | backref.c | 2662 ASSERT(upper->checked); 2796 upper->checked = 0; 2798 upper->checked = 1; 2805 if (!upper->checked && need_check) { 2810 if (upper->checked) 2817 ASSERT(upper->checked); 2875 WARN_ON(cur->checked); 2890 if (!exist->checked) 2963 cur->checked = 1; 2981 ASSERT(start->checked); [all …]
|
A D | subpage.h | 146 DECLARE_BTRFS_SUBPAGE_OPS(checked);
|
/linux/Documentation/input/devices/ |
A D | walkera0701.rst | 127 calculated by sum of binary values in checked nibbles + sum of octal values 128 in checked nibbles divided by 8. Only bit 0 of this sum is used.
|
/linux/Documentation/driver-api/firmware/ |
A D | lookup-order.rst | 9 * The ''Built-in firmware'' is checked first, if the firmware is present we
|
/linux/scripts/coccinelle/misc/ |
A D | orplus.cocci | 3 /// The results should be checked manually to ensure that the nonzero
|
/linux/scripts/kconfig/tests/preprocess/variable/ |
A D | Kconfig | 47 # The number of arguments is not checked for user-defined functions.
|
/linux/Documentation/scheduler/ |
A D | sched-stats.rst | 80 2) # of times in this domain load_balance() checked but found 96 10) # of times in this domain load_balance() checked but found the 112 18) # of times in this domain load_balance() checked but found the
|
/linux/Documentation/virt/kvm/ |
A D | msr.rst | 56 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid 128 of specific flags has to be checked in 0x40000001 cpuid leaf. 144 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid 157 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid 169 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid
|
/linux/Documentation/w1/slaves/ |
A D | w1_ds2406.rst | 26 CRCs are checked on read and write. Failed checks cause an I/O error to be
|
/linux/arch/arm/boot/dts/ |
A D | berlin2cd-google-chromecast.dts | 31 * normally. Fortunately, this alternate property is checked
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | dmx-set-filter.rst | 39 state whether a section should be CRC-checked, whether the filter should
|