Home
last modified time | relevance | path

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

/linux/lib/
H A Dsbitmap.c213 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 Dsbitmap.h464 * @shallow_depth: The maximum number of bits to allocate from the queue.
473 unsigned int shallow_depth);
/linux/block/
H A Dblk-mq.h150 unsigned int shallow_depth; member
H A Dkyber-iosched.c551 data->shallow_depth = kqd->async_depth; in kyber_limit_depth()
H A Dblk-mq.c577 .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 Dmq-deadline.c491 * 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 Dbfq-iosched.c726 data->shallow_depth = limit; in bfq_limit_depth()