Home
last modified time | relevance | path

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

/block/
Dbfq-iosched.c6304 unsigned int i, j, min_shallow = UINT_MAX; in bfq_update_depths() local
6339 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()
6341 return min_shallow; in bfq_update_depths()
6348 unsigned int min_shallow; in bfq_depth_updated() local
6350 min_shallow = bfq_update_depths(bfqd, &tags->bitmap_tags); in bfq_depth_updated()
6351 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, min_shallow); in bfq_depth_updated()