Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsbitmap.h104 struct sbitmap_queue { struct
413 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth,
421 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free()
435 void sbitmap_queue_recalculate_wake_batch(struct sbitmap_queue *sbq,
447 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth);
456 int __sbitmap_queue_get(struct sbitmap_queue *sbq);
468 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags,
484 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq,
496 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get()
521 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq,
[all …]
Dblk-mq.h740 struct sbitmap_queue bitmap_tags;
741 struct sbitmap_queue breserved_tags;
/Linux-v6.6/lib/
Dsbitmap.c384 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch()
415 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, in sbitmap_queue_init_node()
446 static void sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_update_wake_batch()
456 void sbitmap_queue_recalculate_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_recalculate_wake_batch()
469 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) in sbitmap_queue_resize()
476 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get()
482 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags, in __sbitmap_queue_get_batch()
534 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow()
543 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth()
551 static void __sbitmap_queue_wake_up(struct sbitmap_queue *sbq, int nr) in __sbitmap_queue_wake_up()
[all …]
/Linux-v6.6/block/
Dblk-mq-tag.c106 struct sbitmap_queue *bt) in __blk_mq_get_tag()
122 struct sbitmap_queue *bt = &tags->bitmap_tags; in blk_mq_get_tags()
136 struct sbitmap_queue *bt; in blk_mq_get_tag()
163 struct sbitmap_queue *bt_prev; in blk_mq_get_tag()
313 struct sbitmap_queue *bt, busy_tag_iter_fn *fn, in bt_for_each()
380 static void bt_tags_for_each(struct blk_mq_tags *tags, struct sbitmap_queue *bt, in bt_tags_for_each()
509 struct sbitmap_queue *bresv = &tags->breserved_tags; in blk_mq_queue_tag_busy_iter()
510 struct sbitmap_queue *btags = &tags->bitmap_tags; in blk_mq_queue_tag_busy_iter()
521 struct sbitmap_queue *bresv = &tags->breserved_tags; in blk_mq_queue_tag_busy_iter()
522 struct sbitmap_queue *btags = &tags->bitmap_tags; in blk_mq_queue_tag_busy_iter()
[all …]
Dblk-mq.h166 int blk_mq_init_bitmaps(struct sbitmap_queue *bitmap_tags,
167 struct sbitmap_queue *breserved_tags, unsigned int queue_depth,
188 static inline struct sbq_wait_state *bt_wait_ptr(struct sbitmap_queue *bt, in bt_wait_ptr()
392 struct sbitmap_queue *bt) in hctx_may_queue()
Dkyber-iosched.c158 struct sbitmap_queue domain_tokens[KYBER_NUM_DOMAINS];
711 struct sbitmap_queue *domain_tokens = &kqd->domain_tokens[sched_domain]; in kyber_get_domain_token()
Dblk-mq.c1753 struct sbitmap_queue *bt = &rq->mq_hctx->tags->bitmap_tags; in __blk_mq_alloc_driver_tag()
1798 struct sbitmap_queue *sbq; in blk_mq_dispatch_wake()
1819 struct sbitmap_queue *sbq; in blk_mq_mark_tag_wait()
Dbfq-iosched.c7086 static void bfq_update_depths(struct bfq_data *bfqd, struct sbitmap_queue *bt) in bfq_update_depths()
/Linux-v6.6/drivers/net/ethernet/fungible/funcore/
Dfun_dev.h57 struct sbitmap_queue admin_sbq;
Dfun_dev.c339 struct sbitmap_queue *sbq = &fdev->admin_sbq; in fun_wait_for_tag()
/Linux-v6.6/drivers/dma/idxd/
Dsubmit.c33 struct sbitmap_queue *sbq; in idxd_alloc_desc()
Didxd.h221 struct sbitmap_queue sbq;
/Linux-v6.6/include/target/
Dtarget_core_base.h641 struct sbitmap_queue sess_tag_pool;
/Linux-v6.6/drivers/target/iscsi/
Discsi_target_util.c130 struct sbitmap_queue *sbq; in iscsit_wait_for_tag()