Searched refs:GL_GLOCK_HOLD_INCR (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/gfs2/ | ||
D | glock.h | 115 #define GL_GLOCK_HOLD_INCR (long)(HZ / 20) macro |
D | glock.c | 1301 gl->gl_hold_time = min(gl->gl_hold_time + GL_GLOCK_HOLD_INCR, in gfs2_glock_update_hold_time() |