Home
last modified time | relevance | path

Searched refs:grace (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs_common/
H A DMakefile9 obj-$(CONFIG_GRACE_PERIOD) += grace.o
/kernel/linux/linux-6.6/fs/nfs_common/
H A DMakefile9 obj-$(CONFIG_GRACE_PERIOD) += grace.o
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh195 --shutdown-grace)
196 checkarg --shutdown-grace "(seconds)" "$#" "$2" '^[0-9]*$' '^error'
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-card.c293 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 Dcore-card.c293 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 Dxfs_dquot.h42 * 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 Dxfs_dquot.c101 /* 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 Dxfs_dquot.h42 * 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 Dxfs_dquot.c101 /* 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 Dsvc.c100 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 Dkvm.sh88 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 Dsvc.c99 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 9 milliseconds