Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c1073 unsigned long holdtime, now = jiffies; in glock_work_func() local
1075 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
1076 if (time_before(now, holdtime)) in glock_work_func()
1077 delay = holdtime - now; in glock_work_func()
1880 unsigned long holdtime; in gfs2_glock_cb() local
1885 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1888 if (time_before(now, holdtime)) in gfs2_glock_cb()
1889 delay = holdtime - now; in gfs2_glock_cb()