gl_hold_time      435 fs/gfs2/glock.c 		gl->gl_hold_time = max(gl->gl_hold_time - GL_GLOCK_HOLD_DECR,
gl_hold_time      713 fs/gfs2/glock.c 		holdtime = gl->gl_tchange + gl->gl_hold_time;
gl_hold_time      848 fs/gfs2/glock.c 	gl->gl_hold_time = GL_GLOCK_DFT_HOLD;
gl_hold_time      945 fs/gfs2/glock.c 		gl->gl_hold_time = min(gl->gl_hold_time + GL_GLOCK_HOLD_INCR,
gl_hold_time     1000 fs/gfs2/glock.c 		timeout += ghs[i].gh_gl->gl_hold_time << 1;
gl_hold_time     1270 fs/gfs2/glock.c 			delay = gl->gl_hold_time;
gl_hold_time     1439 fs/gfs2/glock.c 	holdtime = gl->gl_tchange + gl->gl_hold_time;
gl_hold_time     1445 fs/gfs2/glock.c 			delay = gl->gl_hold_time;
gl_hold_time     1907 fs/gfs2/glock.c 		  (int)gl->gl_lockref.count, gl->gl_hold_time);
gl_hold_time      362 fs/gfs2/incore.h 	long gl_hold_time;