Searched refs:min_shallow (Results 1 – 1 of 1) sorted by relevance
6337 unsigned int i, j, min_shallow = UINT_MAX; in bfq_update_depths() local6372 min_shallow = min(min_shallow, bfqd->word_depths[i][j]); in bfq_update_depths()6374 return min_shallow; in bfq_update_depths()6381 unsigned int min_shallow; in bfq_depth_updated() local6383 min_shallow = bfq_update_depths(bfqd, tags->bitmap_tags); in bfq_depth_updated()6384 sbitmap_queue_min_shallow_depth(tags->bitmap_tags, min_shallow); in bfq_depth_updated()