Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsbitmap.h97 struct sbitmap_queue { struct
366 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth,
374 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free()
390 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth);
399 int __sbitmap_queue_get(struct sbitmap_queue *sbq);
414 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq,
426 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get()
451 static inline int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow()
477 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq,
487 void sbitmap_queue_clear(struct sbitmap_queue *sbq, unsigned int nr,
[all …]
Dblk-mq.h264 struct sbitmap_queue __bitmap_tags;
265 struct sbitmap_queue __breserved_tags;
/kernel/linux/linux-5.10/block/
Dblk-mq-tag.h14 struct sbitmap_queue *bitmap_tags;
15 struct sbitmap_queue *breserved_tags;
17 struct sbitmap_queue __bitmap_tags;
18 struct sbitmap_queue __breserved_tags;
55 static inline struct sbq_wait_state *bt_wait_ptr(struct sbitmap_queue *bt, in bt_wait_ptr()
Dblk-mq-tag.c77 struct sbitmap_queue *bt) in __blk_mq_get_tag()
92 struct sbitmap_queue *bt; in blk_mq_get_tag()
119 struct sbitmap_queue *bt_prev; in blk_mq_get_tag()
255 static void bt_for_each(struct blk_mq_hw_ctx *hctx, struct sbitmap_queue *bt, in bt_for_each()
322 static void bt_tags_for_each(struct blk_mq_tags *tags, struct sbitmap_queue *bt, in bt_tags_for_each()
467 static int bt_alloc(struct sbitmap_queue *bt, unsigned int depth, in bt_alloc()
Dblk-mq.h302 struct sbitmap_queue *bt) in hctx_may_queue()
Dkyber-iosched.c157 struct sbitmap_queue domain_tokens[KYBER_NUM_DOMAINS];
704 struct sbitmap_queue *domain_tokens = &kqd->domain_tokens[sched_domain]; in kyber_get_domain_token()
Dblk-mq.c1099 struct sbitmap_queue *bt = rq->mq_hctx->tags->bitmap_tags; in __blk_mq_get_driver_tag()
1146 struct sbitmap_queue *sbq; in blk_mq_dispatch_wake()
1167 struct sbitmap_queue *sbq = hctx->tags->bitmap_tags; in blk_mq_mark_tag_wait()
Dbfq-iosched.c6310 struct sbitmap_queue *bt) in bfq_update_depths()
/kernel/linux/linux-5.10/lib/
Dsbitmap.c324 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch()
355 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, in sbitmap_queue_init_node()
398 static void sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_update_wake_batch()
417 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) in sbitmap_queue_resize()
424 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get()
452 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in __sbitmap_queue_get_shallow()
483 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth()
491 static struct sbq_wait_state *sbq_wake_ptr(struct sbitmap_queue *sbq) in sbq_wake_ptr()
514 static bool __sbq_wake_up(struct sbitmap_queue *sbq) in __sbq_wake_up()
555 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq) in sbitmap_queue_wake_up()
[all …]
/kernel/linux/linux-5.10/drivers/dma/idxd/
Dsubmit.c28 struct sbitmap_queue *sbq; in idxd_alloc_desc()
Didxd.h123 struct sbitmap_queue sbq;
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h626 struct sbitmap_queue sess_tag_pool;
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_util.c147 struct sbitmap_queue *sbq; in iscsit_wait_for_tag()