Home
last modified time | relevance | path

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

/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 Daoe.h248 extern struct workqueue_struct *aoe_wq;