Lines Matching refs:sbitmap_queue
97 struct sbitmap_queue { struct
375 int sbitmap_queue_init_node(struct sbitmap_queue *sbq, unsigned int depth,
383 static inline void sbitmap_queue_free(struct sbitmap_queue *sbq) in sbitmap_queue_free()
399 void sbitmap_queue_resize(struct sbitmap_queue *sbq, unsigned int depth);
408 int __sbitmap_queue_get(struct sbitmap_queue *sbq);
423 int __sbitmap_queue_get_shallow(struct sbitmap_queue *sbq,
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()
486 void sbitmap_queue_min_shallow_depth(struct sbitmap_queue *sbq,
496 void sbitmap_queue_clear(struct sbitmap_queue *sbq, unsigned int nr,
517 static inline struct sbq_wait_state *sbq_wait_ptr(struct sbitmap_queue *sbq, in sbq_wait_ptr()
532 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq);
539 void sbitmap_queue_wake_up(struct sbitmap_queue *sbq);
549 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m);
552 struct sbitmap_queue *sbq; /* if set, sbq_wait is accounted */
570 void sbitmap_prepare_to_wait(struct sbitmap_queue *sbq,
577 void sbitmap_finish_wait(struct sbitmap_queue *sbq, struct sbq_wait_state *ws,
583 void sbitmap_add_wait_queue(struct sbitmap_queue *sbq,