Searched defs:sbq (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/lib/ |
D | sbitmap.c | 273 static unsigned int sbq_calc_wake_batch(struct sbitmap_queue *sbq, in sbq_calc_wake_batch() 304 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth, in sbitmap_queue_init_node() 346 static void sbitmap_queue_update_wake_batch(struct sbitmap_queue *sbq, in sbitmap_queue_update_wake_batch() 365 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth) in sbitmap_queue_resize() 372 int __sbitmap_queue_get(struct sbitmap_queue *sbq) in __sbitmap_queue_get() 400 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in __sbitmap_queue_get_shallow() 431 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq, in sbitmap_queue_min_shallow_depth() 439 static struct sbq_wait_state *sbq_wake_ptr(struct sbitmap_queue *sbq) in sbq_wake_ptr() 461 static bool __sbq_wake_up(struct sbitmap_queue *sbq) in __sbq_wake_up() 502 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq) in sbitmap_queue_wake_up() [all …]
|
/Linux-v4.19/include/linux/ |
D | sbitmap.h | 366 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free() 418 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get() 443 static inline int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq, in sbitmap_queue_get_shallow() 500 static inline struct sbq_wait_state *sbq_wait_ptr(struct sbitmap_queue *sbq, in sbq_wait_ptr()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlge/ |
D | qlge.h | 1458 struct bq_desc *sbq; /* array of control blocks */ member
|