Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dasync-thread.c39 int limit_active; member
86 int limit_active, int thresh) in btrfs_alloc_workqueue() argument
95 ret->limit_active = limit_active; in btrfs_alloc_workqueue()
100 ret->current_active = limit_active; in btrfs_alloc_workqueue()
136 ret->limit_active = 1; in btrfs_alloc_ordered_workqueue()
197 new_current_active = clamp_val(new_current_active, 1, wq->limit_active); in thresh_exec_hook()
366 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int limit_active) in btrfs_workqueue_set_max() argument
369 wq->limit_active = limit_active; in btrfs_workqueue_set_max()
H A Dasync-thread.h32 int limit_active,