Searched refs:sbitmap_queue (Results 1 – 13 of 13) sorted by relevance
/linux/include/linux/ |
H A D | sbitmap.h | 109 struct sbitmap_queue { struct 401 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, 409 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free() 423 void sbitmap_queue_recalculate_wake_batch(struct sbitmap_queue *sbq, 435 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth); 444 int __sbitmap_queue_get(struct sbitmap_queue *sbq); 456 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags, 472 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, 484 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get() 509 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, [all …]
|
H A D | blk-mq.h | 758 struct sbitmap_queue bitmap_tags; 759 struct sbitmap_queue breserved_tags;
|
/linux/lib/ |
H A D | sbitmap.c | 440 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch() 448 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, in sbitmap_queue_init_node() 479 static void sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_update_wake_batch() 489 void sbitmap_queue_recalculate_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_recalculate_wake_batch() 502 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) in sbitmap_queue_resize() 509 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get() 515 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags, in __sbitmap_queue_get_batch() 567 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow() 576 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth() 584 static void __sbitmap_queue_wake_up(struct sbitmap_queue *sbq, int nr) in __sbitmap_queue_wake_up() [all …]
|
/linux/block/ |
H A D | blk-mq-tag.c | 107 struct sbitmap_queue *bt) in __blk_mq_get_tag() 123 struct sbitmap_queue *bt = &tags->bitmap_tags; in blk_mq_get_tags() 137 struct sbitmap_queue *bt; in blk_mq_get_tag() 164 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 …]
|
H A D | kyber-iosched.c | 158 struct sbitmap_queue domain_tokens[KYBER_NUM_DOMAINS]; 699 struct sbitmap_queue *domain_tokens = &kqd->domain_tokens[sched_domain]; in kyber_get_domain_token()
|
H A D | blk-mq.c | 1841 struct sbitmap_queue *bt = &rq->mq_hctx->tags->bitmap_tags; in __blk_mq_alloc_driver_tag() 1873 struct sbitmap_queue *sbq; in blk_mq_dispatch_wake() 1894 struct sbitmap_queue *sbq; in blk_mq_mark_tag_wait()
|
H A D | bfq-iosched.c | 7112 static void bfq_update_depths(struct bfq_data *bfqd, struct sbitmap_queue *bt) in bfq_update_depths()
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.h | 57 struct sbitmap_queue admin_sbq;
|
H A D | fun_dev.c | 339 struct sbitmap_queue *sbq = &fdev->admin_sbq; in fun_wait_for_tag()
|
/linux/drivers/dma/idxd/ |
H A D | submit.c | 33 struct sbitmap_queue *sbq; in idxd_alloc_desc()
|
H A D | idxd.h | 225 struct sbitmap_queue sbq;
|
/linux/include/target/ |
H A D | target_core_base.h | 651 struct sbitmap_queue sess_tag_pool;
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 130 struct sbitmap_queue *sbq; in iscsit_wait_for_tag()
|