Lines Matching refs:thresh
47 int thresh; member
91 int thresh) in __btrfs_alloc_workqueue() argument
100 if (thresh == 0) in __btrfs_alloc_workqueue()
101 thresh = DFT_THRESHOLD; in __btrfs_alloc_workqueue()
103 if (thresh < DFT_THRESHOLD) { in __btrfs_alloc_workqueue()
105 ret->thresh = NO_THRESHOLD; in __btrfs_alloc_workqueue()
108 ret->thresh = thresh; in __btrfs_alloc_workqueue()
137 int thresh) in btrfs_alloc_workqueue() argument
145 max_active, thresh); in btrfs_alloc_workqueue()
153 thresh); in btrfs_alloc_workqueue()
170 if (wq->thresh == NO_THRESHOLD) in thresh_queue_hook()
186 if (wq->thresh == NO_THRESHOLD) in thresh_exec_hook()
196 wq->count %= (wq->thresh / 4); in thresh_exec_hook()
206 if (pending > wq->thresh) in thresh_exec_hook()
208 if (pending < wq->thresh / 2) in thresh_exec_hook()