Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dasync-thread.c36 struct workqueue_struct *normal_wq; member
112 ret->normal_wq = alloc_workqueue("%s-%s-high", flags, in __btrfs_alloc_workqueue()
116 ret->normal_wq = alloc_workqueue("%s-%s", flags, in __btrfs_alloc_workqueue()
119 if (!ret->normal_wq) { in __btrfs_alloc_workqueue()
219 workqueue_set_max_active(wq->normal_wq, wq->current_max); in thresh_exec_hook()
320 queue_work(wq->normal_wq, &work->normal_work); in __btrfs_queue_work()
338 destroy_workqueue(wq->normal_wq); in __btrfs_destroy_workqueue()