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()1787 md_llbitmap_unplug_wq = alloc_workqueue("md_llbitmap_unplug", in md_llbitmap_init()1789 if (!md_llbitmap_unplug_wq) { in md_llbitmap_init()1802 destroy_workqueue(md_llbitmap_unplug_wq); in md_llbitmap_exit()1803 md_llbitmap_unplug_wq = NULL; in md_llbitmap_exit()