Searched defs:sbq (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/lib/ |
D | sbitmap.c | 324 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 …]
|
/Linux-v5.10/include/linux/ |
D | sbitmap.h | 374 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free() 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() 508 static inline struct sbq_wait_state *sbq_wait_ptr(struct sbitmap_queue *sbq, in sbq_wait_ptr() 543 struct sbitmap_queue *sbq; /* if set, sbq_wait is accounted */ member
|
/Linux-v5.10/drivers/dma/idxd/ |
D | submit.c | 28 struct sbitmap_queue *sbq; in idxd_alloc_desc() local
|
D | idxd.h | 114 struct sbitmap_queue sbq; member
|
/Linux-v5.10/drivers/target/iscsi/ |
D | iscsi_target_util.c | 147 struct sbitmap_queue *sbq; in iscsit_wait_for_tag() local
|
/Linux-v5.10/block/ |
D | blk-mq.c | 1146 struct sbitmap_queue *sbq; in blk_mq_dispatch_wake() local 1167 struct sbitmap_queue *sbq = hctx->tags->bitmap_tags; in blk_mq_mark_tag_wait() local
|
/Linux-v5.10/drivers/staging/qlge/ |
D | qlge.h | 1481 struct qlge_bq sbq; member
|