Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/aoe/
H A Daoemain.c19 struct workqueue_struct *aoe_wq; variable
39 destroy_workqueue(aoe_wq); in aoe_exit()
47 aoe_wq = alloc_workqueue("aoe_wq", 0, 0); in aoe_init()
48 if (!aoe_wq) in aoe_init()
87 destroy_workqueue(aoe_wq); in aoe_init()
H A Daoedev.c324 flush_workqueue(aoe_wq); in flush()
523 flush_workqueue(aoe_wq); in aoedev_exit()
H A Daoe.h248 extern struct workqueue_struct *aoe_wq;
H A Daoeblk.c430 queue_work(aoe_wq, &d->work); in aoeblk_gdalloc()
H A Daoecmd.c971 queue_work(aoe_wq, &d->work); in ataid_complete()