Searched refs:grace (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs_common/ |
H A D | Makefile | 9 obj-$(CONFIG_GRACE_PERIOD) += grace.o
|
/kernel/linux/linux-6.6/fs/nfs_common/ |
H A D | Makefile | 9 obj-$(CONFIG_GRACE_PERIOD) += grace.o
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 195 --shutdown-grace) 196 checkarg --shutdown-grace "(seconds)" "$#" "$2" '^[0-9]*$' '^error'
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-card.c | 293 int gap_count, generation, grace, rcode; in bm_work() local 329 grace = time_after64(get_jiffies_64(), in bm_work() 334 (card->bm_generation != generation && grace)) { in bm_work()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-card.c | 293 int gap_count, generation, grace, rcode; in bm_work() local 329 grace = time_after64(get_jiffies_64(), in bm_work() 334 (card->bm_generation != generation && grace)) { in bm_work()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot.h | 42 * For root dquots, this is the default grace period, in seconds. 43 * Otherwise, this is when the quota grace period expires, 241 time64_t xfs_dquot_set_grace_period(time64_t grace);
|
H A D | xfs_dquot.c | 101 /* Set the expiration time of a quota's grace period. */ 113 /* Set the length of the default grace period. */ 116 time64_t grace) in xfs_dquot_set_grace_period() 118 return clamp_t(time64_t, grace, XFS_DQ_GRACE_MIN, XFS_DQ_GRACE_MAX); in xfs_dquot_set_grace_period() 115 xfs_dquot_set_grace_period( time64_t grace) xfs_dquot_set_grace_period() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot.h | 42 * For root dquots, this is the default grace period, in seconds. 43 * Otherwise, this is when the quota grace period expires, 243 time64_t xfs_dquot_set_grace_period(time64_t grace);
|
H A D | xfs_dquot.c | 101 /* Set the expiration time of a quota's grace period. */ 113 /* Set the length of the default grace period. */ 116 time64_t grace) in xfs_dquot_set_grace_period() 118 return clamp_t(time64_t, grace, XFS_DQ_GRACE_MIN, XFS_DQ_GRACE_MAX); in xfs_dquot_set_grace_period() 115 xfs_dquot_set_grace_period( time64_t grace) xfs_dquot_set_grace_period() argument
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svc.c | 100 static void grace_ender(struct work_struct *grace) in grace_ender() argument 102 struct delayed_work *dwork = to_delayed_work(grace); in grace_ender()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 88 echo " --shutdown-grace seconds" 233 --shutdown-grace) 234 checkarg --shutdown-grace "(seconds)" "$#" "$2" '^[0-9]*$' '^error'
|
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | svc.c | 99 static void grace_ender(struct work_struct *grace) in grace_ender() argument 101 struct delayed_work *dwork = to_delayed_work(grace); in grace_ender()
|
Completed in 12 milliseconds