Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dglock.c397 gl->gl_hold_time = max(gl->gl_hold_time - GL_GLOCK_HOLD_DECR, in state_change()
666 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
760 gl->gl_hold_time = GL_GLOCK_DFT_HOLD; in gfs2_glock_get()
864 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait()
1091 delay = gl->gl_hold_time; in gfs2_glock_dq()
1258 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1264 delay = gl->gl_hold_time; in gfs2_glock_cb()
1722 (int)gl->gl_lockref.count, gl->gl_hold_time); in gfs2_dump_glock()
Dincore.h345 long gl_hold_time; member