Home
last modified time | relevance | path

Searched refs:sbq (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dsbitmap.h411 kfree(sbq->ws); in sbitmap_queue_free()
412 sbitmap_free(&sbq->sb); in sbitmap_queue_free()
444 int __sbitmap_queue_get(struct sbitmap_queue *sbq);
472 int sbitmap_queue_get_shallow(struct sbitmap_queue *sbq,
484 static inline int sbitmap_queue_get(struct sbitmap_queue *sbq, in sbitmap_queue_get() argument
490 nr = __sbitmap_queue_get(sbq); in sbitmap_queue_get()
556 ws = &sbq->ws[atomic_read(wait_index)]; in sbq_wait_ptr()
566 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq);
593 .sbq = NULL, \
605 void sbitmap_prepare_to_wait(struct sbitmap_queue *sbq,
[all …]

Completed in 3 milliseconds