Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-mq-tag.c71 sbitmap_queue_wake_all(&tags->bitmap_tags); in blk_mq_tag_wakeup_all()
73 sbitmap_queue_wake_all(&tags->breserved_tags); in blk_mq_tag_wakeup_all()
/openbmc/linux/include/linux/
H A Dsbitmap.h578 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq);
/openbmc/linux/lib/
H A Dsbitmap.c671 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq) in sbitmap_queue_wake_all() function
690 EXPORT_SYMBOL_GPL(sbitmap_queue_wake_all);
/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c431 sbitmap_queue_wake_all(&fdev->admin_sbq); in fun_admin_stop()