Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbfq-iosched.c6322 unsigned int i, j, min_shallow = UINT_MAX; in bfq_update_depths() local
6357 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()
6359 return min_shallow; in bfq_update_depths()
6366 unsigned int min_shallow; in bfq_depth_updated() local
6368 min_shallow = bfq_update_depths(bfqd, tags->bitmap_tags); in bfq_depth_updated()
6369 sbitmap_queue_min_shallow_depth(tags->bitmap_tags, min_shallow); in bfq_depth_updated()