Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dasync-thread.c24 struct workqueue_struct *normal_wq; member
112 ret->normal_wq = alloc_workqueue("btrfs-%s", flags, ret->current_active, in btrfs_alloc_workqueue()
114 if (!ret->normal_wq) { in btrfs_alloc_workqueue()
140 ret->normal_wq = alloc_ordered_workqueue("btrfs-%s", flags, name); in btrfs_alloc_ordered_workqueue()
141 if (!ret->normal_wq) { in btrfs_alloc_ordered_workqueue()
206 workqueue_set_max_active(wq->normal_wq, wq->current_active); in thresh_exec_hook()
354 queue_work(wq->normal_wq, &work->normal_work); in btrfs_queue_work()
361 destroy_workqueue(wq->normal_wq); in btrfs_destroy_workqueue()
374 flush_workqueue(wq->normal_wq); in btrfs_flush_workqueue()