Searched refs:blockgc_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_sysctl.c | 181 .data = &xfs_params.blockgc_timer.val, 185 .extra1 = &xfs_params.blockgc_timer.min, 186 .extra2 = &xfs_params.blockgc_timer.max, 190 .data = &xfs_params.blockgc_timer.val, 194 .extra1 = &xfs_params.blockgc_timer.min, 195 .extra2 = &xfs_params.blockgc_timer.max,
|
H A D | xfs_globals.c | 12 * 100ths of a second) with the exception of blockgc_timer, which is measured 32 .blockgc_timer = { 1, 300, 3600*24},
|
H A D | xfs_sysctl.h | 38 xfs_sysctl_val_t blockgc_timer; /* Interval between blockgc scans */ member
|
H A D | xfs_linux.h | 105 #define xfs_blockgc_secs xfs_params.blockgc_timer.val
|
Completed in 2 milliseconds