Home
last modified time | relevance | path

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

/fs/btrfs/
Dasync-thread.c50 int current_active; member
125 ret->current_active = limit_active; in __btrfs_alloc_workqueue()
133 ret->current_active = 1; in __btrfs_alloc_workqueue()
139 ret->current_active, "btrfs", in __btrfs_alloc_workqueue()
143 ret->current_active, "btrfs", in __btrfs_alloc_workqueue()
225 new_current_active = wq->current_active; in thresh_exec_hook()
237 if (new_current_active != wq->current_active) { in thresh_exec_hook()
239 wq->current_active = new_current_active; in thresh_exec_hook()
245 workqueue_set_max_active(wq->normal_wq, wq->current_active); in thresh_exec_hook()