Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd-llbitmap.c295 static struct workqueue_struct *md_llbitmap_unplug_wq; variable
1055 flush_workqueue(md_llbitmap_unplug_wq); in llbitmap_destroy()
1181 queue_work(md_llbitmap_unplug_wq, &unplug_work.work); in llbitmap_unplug()
1610 md_llbitmap_unplug_wq = alloc_workqueue("md_llbitmap_unplug", in md_llbitmap_init()
1612 if (!md_llbitmap_unplug_wq) { in md_llbitmap_init()
1625 destroy_workqueue(md_llbitmap_unplug_wq); in md_llbitmap_exit()
1626 md_llbitmap_unplug_wq = NULL; in md_llbitmap_exit()