Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsbitmap.h566 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq);
/linux/lib/
H A Dsbitmap.c704 void sbitmap_queue_wake_all(struct sbitmap_queue *sbq) in sbitmap_queue_wake_all() function
723 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()