Searched refs:md_llbitmap_unplug_wq (Results 1 – 1 of 1) sorted by relevance
315 static struct workqueue_struct *md_llbitmap_unplug_wq; variable1183 flush_workqueue(md_llbitmap_unplug_wq); in llbitmap_destroy()1309 queue_work(md_llbitmap_unplug_wq, &unplug_work.work); in llbitmap_unplug()1792 md_llbitmap_unplug_wq = alloc_workqueue("md_llbitmap_unplug", in md_llbitmap_init()1794 if (!md_llbitmap_unplug_wq) { in md_llbitmap_init()1807 destroy_workqueue(md_llbitmap_unplug_wq); in md_llbitmap_exit()1808 md_llbitmap_unplug_wq = NULL; in md_llbitmap_exit()