Lines Matching refs:sbitmap_queue
105 struct sbitmap_queue { struct
395 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth,
403 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free()
418 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth);
427 int __sbitmap_queue_get(struct sbitmap_queue *sbq);
442 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq,
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()
505 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq,
515 void sbitmap_queue_clear(struct sbitmap_queue *sbq, unsigned int nr,
536 static inline struct sbq_wait_state *sbq_wait_ptr(struct sbitmap_queue *sbq, in sbq_wait_ptr()
551 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq);
558 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq);
568 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m);
571 struct sbitmap_queue *sbq; /* if set, sbq_wait is accounted */
589 void sbitmap_prepare_to_wait(struct sbitmap_queue *sbq,
596 void sbitmap_finish_wait(struct sbitmap_queue *sbq, struct sbq_wait_state *ws,
602 void sbitmap_add_wait_queue(struct sbitmap_queue *sbq,