/linux-5.10/fs/xfs/ |
D | xfs_health.c | 30 unsigned int checked = 0; in xfs_health_unmount() local 39 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_health_unmount() 48 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_health_unmount() 58 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_health_unmount() 127 unsigned int *checked) in xfs_fs_measure_sickness() argument 131 *checked = mp->m_fs_checked; in xfs_fs_measure_sickness() 170 unsigned int *checked) in xfs_rt_measure_sickness() argument 174 *checked = mp->m_rt_checked; in xfs_rt_measure_sickness() 213 unsigned int *checked) in xfs_ag_measure_sickness() argument 217 *checked = pag->pag_checked; in xfs_ag_measure_sickness() [all …]
|
/linux-5.10/fs/xfs/libxfs/ |
D | xfs_health.h | 25 * "checked" field tell us if a given piece of metadata has ever been examined, 29 * - checked && sick => metadata needs repair 30 * - checked && !sick => metadata is ok 31 * - !checked => has not been examined since mount 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() [all …]
|
/linux-5.10/include/linux/ |
D | wait.h | 298 * @condition evaluates to true. The @condition is checked each time 338 * @condition is checked each time the waitqueue @wq_head is woken up. 364 * @condition evaluates to true. The @condition is checked each time 428 * @condition evaluates to true. The @condition is checked each time 452 * The @condition is checked each time the waitqueue @wq_head is woken up. 482 * The @condition is checked each time the waitqueue @wq_head is woken up. 536 * The @condition is checked each time the waitqueue @wq_head is woken up. 562 * The @condition is checked each time the waitqueue @wq is woken up. 627 * The @condition is checked each time the waitqueue @wq_head is woken up. 647 * The @condition is checked each time the waitqueue @wq_head is woken up. [all …]
|
D | zstd.h | 47 * Functions that return size_t can be checked for errors using ZSTD_isError() 253 * Return: The compressed size or an error, which can be checked using 296 * Return: The decompressed size or an error, which can be checked using 322 * Return: The compressed size or an error, which can be checked using 343 * Return: The decompressed size or an error, which can be checked using 403 * Return: The compressed size or an error, which can be checked using 454 * Return: The decompressed size or an error, which can be checked using 585 * Return: Zero or an error, which can be checked using ZSTD_isError(). 602 * function call or an error, which can be checked using 618 * error, which can be checked using ZSTD_isError(). [all …]
|
/linux-5.10/tools/lib/api/fs/ |
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() 258 /* the mount point was already checked for the mount point in fs__mountpoint() [all …]
|
/linux-5.10/security/tomoyo/ |
D | condition.c | 21 * @checked: Set to true if @argv[@index] was found. 27 u8 *checked) in tomoyo_argv() argument 33 for (i = 0; i < argc; argv++, checked++, i++) { in tomoyo_argv() 38 *checked = 1; in tomoyo_argv() 56 * @checked: Set to true if @envp[@env_name] was found. 62 u8 *checked) in tomoyo_envp() argument 72 for (i = 0; i < envc; envp++, checked++, i++) { in tomoyo_envp() 77 *checked = 1; in tomoyo_envp() 119 u8 *checked; in tomoyo_scan_bprm() local 122 checked = local_checked; in tomoyo_scan_bprm() [all …]
|
/linux-5.10/Documentation/devicetree/bindings/mfd/ |
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
|
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-5.10/Documentation/filesystems/ |
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-5.10/drivers/misc/lkdtm/ |
D | bugs.c | 226 struct array_bounds *checked; in lkdtm_ARRAY_BOUNDS() local 230 checked = kmalloc(sizeof(*checked) * 2, GFP_KERNEL); in lkdtm_ARRAY_BOUNDS() 234 for (i = 0; i < sizeof(checked->data); i++) in lkdtm_ARRAY_BOUNDS() 235 checked->data[i] = 'A'; in lkdtm_ARRAY_BOUNDS() 244 for (i = 0; i < sizeof(checked->data) + 1; i++) in lkdtm_ARRAY_BOUNDS() 245 checked->data[i] = 'B'; in lkdtm_ARRAY_BOUNDS() 248 kfree(checked); in lkdtm_ARRAY_BOUNDS()
|
/linux-5.10/Documentation/core-api/ |
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
|
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.
|
/linux-5.10/drivers/of/ |
D | of_net.c | 83 * checked first, because that is supposed to contain to "most recent" MAC 84 * address. If that isn't set, then 'local-mac-address' is checked next, 86 * 'address' is checked, just in case we're using an old device tree. If any
|
/linux-5.10/include/uapi/linux/usb/ |
D | ch9.h | 465 * @epd: endpoint to be checked 476 * @epd: endpoint to be checked 488 * @epd: endpoint to be checked 499 * @epd: endpoint to be checked 511 * @epd: endpoint to be checked 524 * @epd: endpoint to be checked 537 * @epd: endpoint to be checked 551 * @epd: endpoint to be checked 565 * @epd: endpoint to be checked 578 * @epd: endpoint to be checked [all …]
|
/linux-5.10/scripts/ |
D | spdxcheck.py | 93 self.checked = 0 168 self.checked += 1 286 sys.stderr.write('Files checked: %12d\n' %parser.checked) 287 sys.stderr.write('Lines checked: %12d\n' %parser.lines_checked)
|
/linux-5.10/mm/ |
D | Kconfig.debug | 21 Also, the state of page tracking structures is checked more often as 137 <arch>/mm: Checked W+X mappings: passed, no W+X pages found. 141 <arch>/mm: Checked W+X mappings: failed, <N> W+X pages found.
|
/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_ep11misc.h | 60 * If checkcpacfexport is enabled, the key is also checked for the 69 * If checkcpacfexport is enabled, the key is also checked for the 79 * If checkcpacfexport is enabled, the key is also checked for the
|
/linux-5.10/Documentation/virt/kvm/ |
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-5.10/arch/arm64/kernel/ |
D | image-vars.h | 95 /* Static key checked in pmr_sync(). */ 98 /* Static key checked in GIC_PRIO_IRQOFF. */
|
/linux-5.10/tools/arch/x86/include/asm/ |
D | required-features.h | 4 /* Define minimum CPUID feature set for kernel These bits are checked 9 CONFIG_X86_MINIMUM_CPU_FAMILY which is checked too.
|
/linux-5.10/arch/x86/include/asm/ |
D | required-features.h | 4 /* Define minimum CPUID feature set for kernel These bits are checked 9 CONFIG_X86_MINIMUM_CPU_FAMILY which is checked too.
|
/linux-5.10/arch/x86/include/uapi/asm/ |
D | kvm_para.h | 14 * be checked in eax. The performance hint feature bit should be checked
|
/linux-5.10/drivers/sh/maple/ |
D | maple.c | 60 static bool checked[MAPLE_PORTS]; variable 472 if (checked[x] && empty[x]) { in maple_vblank_handler() 563 if (checked[mdev->port] == false) { in maple_response_none() 564 checked[mdev->port] = true; in maple_response_none() 582 if ((mdev->unit == 0) && (checked[mdev->port] == false)) { in maple_response_devinfo() 583 checked[mdev->port] = true; in maple_response_devinfo() 621 if (checked[i] == false) { in maple_port_rescan() 846 checked[i] = false; in maple_bus_init()
|
/linux-5.10/kernel/ |
D | hung_task.c | 28 * The number of tasks checked: 33 * Limit number of tasks checked in a batch. 101 * musn't be checked. in check_hung_task()
|
/linux-5.10/arch/powerpc/platforms/maple/ |
D | pci.c | 131 * Note: the caller has already checked that offset is in u3_agp_read_config() 162 * Note: the caller has already checked that offset is in u3_agp_write_config() 275 * Note: the caller has already checked that offset is in u3_ht_read_config() 312 * Note: the caller has already checked that offset is in u3_ht_write_config() 386 * Note: the caller has already checked that offset is in u4_pcie_read_config() 417 * Note: the caller has already checked that offset is in u4_pcie_write_config()
|