Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dasync-thread.c25 struct workqueue_struct *normal_wq; member
109 ret->normal_wq = alloc_workqueue("btrfs-%s-high", flags, in __btrfs_alloc_workqueue()
112 ret->normal_wq = alloc_workqueue("btrfs-%s", flags, in __btrfs_alloc_workqueue()
114 if (!ret->normal_wq) { in __btrfs_alloc_workqueue()
216 workqueue_set_max_active(wq->normal_wq, wq->current_active); in thresh_exec_hook()
366 queue_work(wq->normal_wq, &work->normal_work); in __btrfs_queue_work()
384 destroy_workqueue(wq->normal_wq); in __btrfs_destroy_workqueue()
416 flush_workqueue(wq->high->normal_wq); in btrfs_flush_workqueue()
418 flush_workqueue(wq->normal->normal_wq); in btrfs_flush_workqueue()

Completed in 3 milliseconds