Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dglock.c1307 unsigned int max_shift; in gfs2_glock_async_wait() local
1311 max_shift = BITS_PER_LONG - 2 - __fls(GL_GLOCK_HOLD_INCR); in gfs2_glock_async_wait()
1312 incr = min(GL_GLOCK_HOLD_INCR << min(retries - 1, max_shift), in gfs2_glock_async_wait()