Searched refs:shallow_depth (Results 1 – 7 of 7) sorted by relevance
/linux/lib/ |
H A D | sbitmap.c | 213 unsigned int shallow_depth) in __map_depth_with_shallow() argument 219 if (shallow_depth >= sb->depth) in __map_depth_with_shallow() 222 shallow_word_depth = word_depth * shallow_depth; in __map_depth_with_shallow() 232 unsigned int shallow_depth, in sbitmap_find_bit() argument 242 shallow_depth); in sbitmap_find_bit() 300 unsigned long shallow_depth) in __sbitmap_get_shallow() argument 307 return sbitmap_find_bit(sb, shallow_depth, index, alloc_hint, true); in __sbitmap_get_shallow() 314 * @shallow_depth: The maximum number of bits to allocate from the bitmap. 319 * with a @shallow_depth of (sb->depth >> 1). Then, the low-priority 325 static int sbitmap_get_shallow(struct sbitmap *sb, unsigned long shallow_depth) in sbitmap_get_shallow() argument 568 sbitmap_queue_get_shallow(struct sbitmap_queue * sbq,unsigned int shallow_depth) sbitmap_queue_get_shallow() argument [all...] |
/linux/include/linux/ |
H A D | sbitmap.h | 464 * @shallow_depth: The maximum number of bits to allocate from the queue. 473 unsigned int shallow_depth);
|
/linux/block/ |
H A D | blk-mq.h | 150 unsigned int shallow_depth; member
|
H A D | kyber-iosched.c | 551 data->shallow_depth = kqd->async_depth; in kyber_limit_depth()
|
H A D | blk-mq.c | 577 .shallow_depth = 0, in blk_mq_rq_cache_fill() 643 .shallow_depth = 0, in blk_mq_alloc_request() 677 .shallow_depth = 0, in blk_mq_alloc_request_hctx() 3023 .shallow_depth = 0, in blk_mq_get_new_requests()
|
H A D | mq-deadline.c | 491 * Called by __blk_mq_alloc_request(). The shallow_depth value set by this 506 data->shallow_depth = dd->async_depth; in dd_limit_depth()
|
H A D | bfq-iosched.c | 726 data->shallow_depth = limit; in bfq_limit_depth()
|