Searched refs:sbitmap_queue (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | sbitmap.h | 109 struct sbitmap_queue { struct 418 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, 426 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free() 440 void sbitmap_queue_recalculate_wake_batch(struct sbitmap_queue *sbq, 452 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth); 461 int __sbitmap_queue_get(struct sbitmap_queue *sbq); 473 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags, 489 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, 501 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get() 526 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, [all …]
|
H A D | blk-mq.h | 752 struct sbitmap_queue bitmap_tags; 753 struct sbitmap_queue breserved_tags;
|
/linux/lib/ |
H A D | sbitmap.c | 406 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch() 432 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, in sbitmap_queue_init_node() 463 static void sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_update_wake_batch() 473 void sbitmap_queue_recalculate_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_recalculate_wake_batch() 486 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) in sbitmap_queue_resize() 493 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get() 499 unsigned long __sbitmap_queue_get_batch(struct sbitmap_queue *sbq, int nr_tags, in __sbitmap_queue_get_batch() 551 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow() 560 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth() 568 static void __sbitmap_queue_wake_up(struct sbitmap_queue *sbq, int nr) in __sbitmap_queue_wake_up() [all …]
|
/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 | 227 struct sbitmap_queue sbq;
|
/linux/include/target/ |
H A D | target_core_base.h | 650 struct sbitmap_queue sess_tag_pool;
|
/linux/block/ |
H A D | mq-deadline.c | 498 struct sbitmap_queue *bt = &hctx->sched_tags->bitmap_tags; in dd_to_word_depth()
|
H A D | blk-mq.c | 1835 struct sbitmap_queue *bt = &rq->mq_hctx->tags->bitmap_tags; in __blk_mq_alloc_driver_tag() 1867 struct sbitmap_queue *sbq; in blk_mq_dispatch_wake() 1888 struct sbitmap_queue *sbq; in blk_mq_mark_tag_wait()
|
H A D | bfq-iosched.c | 7129 static void bfq_update_depths(struct bfq_data *bfqd, struct sbitmap_queue *bt) in bfq_update_depths()
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 130 struct sbitmap_queue *sbq; in iscsit_wait_for_tag()
|