Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dglock.c708 unsigned long holdtime, now = jiffies; in glock_work_func() local
710 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
711 if (time_before(now, holdtime)) in glock_work_func()
712 delay = holdtime - now; in glock_work_func()
1341 unsigned long holdtime; in gfs2_glock_cb() local
1345 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1348 if (time_before(now, holdtime)) in gfs2_glock_cb()
1349 delay = holdtime - now; in gfs2_glock_cb()