Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dasync-thread.c50 int current_active; member
111 ret->current_active = limit_active; in __btrfs_alloc_workqueue()
119 ret->current_active = 1; in __btrfs_alloc_workqueue()
125 ret->current_active, "btrfs", in __btrfs_alloc_workqueue()
129 ret->current_active, "btrfs", in __btrfs_alloc_workqueue()
211 new_current_active = wq->current_active; in thresh_exec_hook()
223 if (new_current_active != wq->current_active) { in thresh_exec_hook()
225 wq->current_active = new_current_active; in thresh_exec_hook()
231 workqueue_set_max_active(wq->normal_wq, wq->current_active); in thresh_exec_hook()