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.c326 static struct workqueue_struct *md_llbitmap_unplug_wq; variable
1530 flush_workqueue(md_llbitmap_unplug_wq); in llbitmap_destroy()
1691 queue_work(md_llbitmap_unplug_wq, &unplug_work.work); in llbitmap_unplug()
2403 md_llbitmap_unplug_wq = alloc_workqueue("md_llbitmap_unplug", in md_llbitmap_init()
2405 if (!md_llbitmap_unplug_wq) { in md_llbitmap_init()
2418 destroy_workqueue(md_llbitmap_unplug_wq); in md_llbitmap_exit()
2419 md_llbitmap_unplug_wq = NULL; in md_llbitmap_exit()