Searched defs:sbq (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/lib/ |
D | sbitmap.c | 398 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch() 429 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, in sbitmap_queue_init_node() 460 static void sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_update_wake_batch() 479 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) in sbitmap_queue_resize() 486 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get() 492 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in __sbitmap_queue_get_shallow() 501 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth() 509 static struct sbq_wait_state *sbq_wake_ptr(struct sbitmap_queue *sbq) in sbq_wake_ptr() 532 static bool __sbq_wake_up(struct sbitmap_queue *sbq) in __sbq_wake_up() 573 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq) in sbitmap_queue_wake_up() [all …]
|
/Linux-v5.15/include/linux/ |
D | sbitmap.h | 403 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free() 454 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get() 479 static inline int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow() 536 static inline struct sbq_wait_state *sbq_wait_ptr(struct sbitmap_queue *sbq, in sbq_wait_ptr() 571 struct sbitmap_queue *sbq; /* if set, sbq_wait is accounted */ member
|
/Linux-v5.15/drivers/dma/idxd/ |
D | submit.c | 42 struct sbitmap_queue *sbq; in idxd_alloc_desc() local
|
D | idxd.h | 195 struct sbitmap_queue sbq; member
|
/Linux-v5.15/drivers/target/iscsi/ |
D | iscsi_target_util.c | 130 struct sbitmap_queue *sbq; in iscsit_wait_for_tag() local
|
/Linux-v5.15/block/ |
D | blk-mq.c | 1119 struct sbitmap_queue *sbq; in blk_mq_dispatch_wake() local 1140 struct sbitmap_queue *sbq = hctx->tags->bitmap_tags; in blk_mq_mark_tag_wait() local
|
/Linux-v5.15/drivers/net/ethernet/intel/ice/ |
D | ice_type.h | 810 struct ice_ctl_q_info sbq; member
|
/Linux-v5.15/drivers/staging/qlge/ |
D | qlge.h | 1481 struct qlge_bq sbq; member
|