Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-mq-tag.c72 sbitmap_queue_wake_all(&tags->bitmap_tags); in blk_mq_tag_wakeup_all()
74 sbitmap_queue_wake_all(&tags->breserved_tags); in blk_mq_tag_wakeup_all()
/linux/include/linux/
H A Dsbitmap.h583 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq);
/linux/lib/
H A Dsbitmap.c688 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq) in sbitmap_queue_wake_all() function
707 EXPORT_SYMBOL_GPL(sbitmap_queue_wake_all);
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c431 sbitmap_queue_wake_all(&fdev->admin_sbq); in fun_admin_stop()