Searched defs:sbq (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/lib/ |
D | sbitmap.c | 338 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch() 369 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, in sbitmap_queue_init_node() 412 static void sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_update_wake_batch() 431 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) in sbitmap_queue_resize() 438 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get() 466 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in __sbitmap_queue_get_shallow() 497 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth() 505 static struct sbq_wait_state *sbq_wake_ptr(struct sbitmap_queue *sbq) in sbq_wake_ptr() 528 static bool __sbq_wake_up(struct sbitmap_queue *sbq) in __sbq_wake_up() 569 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq) in sbitmap_queue_wake_up() [all …]
|
/Linux-v5.4/include/linux/ |
D | sbitmap.h | 383 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free() 435 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get() 460 static inline int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow() 517 static inline struct sbq_wait_state *sbq_wait_ptr(struct sbitmap_queue *sbq, in sbq_wait_ptr() 552 struct sbitmap_queue *sbq; /* if set, sbq_wait is accounted */ member
|
/Linux-v5.4/drivers/target/iscsi/ |
D | iscsi_target_util.c | 147 struct sbitmap_queue *sbq; in iscsit_wait_for_tag() local
|
/Linux-v5.4/block/ |
D | blk-mq.c | 1095 struct sbitmap_queue *sbq; in blk_mq_dispatch_wake() local 1116 struct sbitmap_queue *sbq = &hctx->tags->bitmap_tags; in blk_mq_mark_tag_wait() local
|
/Linux-v5.4/drivers/staging/qlge/ |
D | qlge.h | 1458 struct bq_desc *sbq; /* array of control blocks */ member
|