Home
last modified time | relevance | path

Searched refs:time_max (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/nfs/
Dnfs4state.c544 unsigned long time_min, time_max; in nfs4_gc_state_owners() local
548 time_max = jiffies; in nfs4_gc_state_owners()
549 time_min = (long)time_max - (long)clp->cl_lease_time; in nfs4_gc_state_owners()
552 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()