Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/
H A Ddml2_top_soc15.c398 int max_shift = 0xFFFF; in find_shift_for_valid_cache_id_assignment() local
409 if (max_shift > (int)slice_width) { in find_shift_for_valid_cache_id_assignment()
410 max_shift = slice_width; in find_shift_for_valid_cache_id_assignment()
414 for (*shift = 0; *shift <= max_shift; *shift += shift_granularity) { in find_shift_for_valid_cache_id_assignment()
/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()