Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dscrub.c4165 struct workqueue_struct *scrub_wr_comp = in scrub_workers_put() local
4177 if (scrub_wr_comp) in scrub_workers_put()
4178 destroy_workqueue(scrub_wr_comp); in scrub_workers_put()
4191 struct workqueue_struct *scrub_wr_comp = NULL; in scrub_workers_get() local
4205 scrub_wr_comp = alloc_workqueue("btrfs-scrubwrc", flags, max_active); in scrub_workers_get()
4206 if (!scrub_wr_comp) in scrub_workers_get()
4219 fs_info->scrub_wr_completion_workers = scrub_wr_comp; in scrub_workers_get()
4232 destroy_workqueue(scrub_wr_comp); in scrub_workers_get()