Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dasync-thread.c135 int new_current_active; in thresh_exec_hook() local
152 new_current_active = wq->current_active; in thresh_exec_hook()
160 new_current_active++; in thresh_exec_hook()
162 new_current_active--; in thresh_exec_hook()
163 new_current_active = clamp_val(new_current_active, 1, wq->limit_active); in thresh_exec_hook()
164 if (new_current_active != wq->current_active) { in thresh_exec_hook()
166 wq->current_active = new_current_active; in thresh_exec_hook()