Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbfq-iosched.c5186 unsigned int i, j, min_shallow = UINT_MAX; in bfq_update_depths() local
5221 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()
5223 return min_shallow; in bfq_update_depths()
5230 unsigned int min_shallow; in bfq_init_hctx() local
5232 min_shallow = bfq_update_depths(bfqd, &tags->bitmap_tags); in bfq_init_hctx()
5233 sbitmap_queue_min_shallow_depth(&tags->bitmap_tags, min_shallow); in bfq_init_hctx()