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

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

Completed in 35 milliseconds