Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c711 unsigned long holdtime, now = jiffies; in glock_work_func() local
713 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
714 if (time_before(now, holdtime)) in glock_work_func()
715 delay = holdtime - now; in glock_work_func()
1436 unsigned long holdtime; in gfs2_glock_cb() local
1440 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1443 if (time_before(now, holdtime)) in gfs2_glock_cb()
1444 delay = holdtime - now; in gfs2_glock_cb()