Lines Matching refs:thresh
53 int thresh; member
98 int thresh) in __btrfs_alloc_workqueue() argument
107 if (thresh == 0) in __btrfs_alloc_workqueue()
108 thresh = DFT_THRESHOLD; in __btrfs_alloc_workqueue()
110 if (thresh < DFT_THRESHOLD) { in __btrfs_alloc_workqueue()
112 ret->thresh = NO_THRESHOLD; in __btrfs_alloc_workqueue()
120 ret->thresh = thresh; in __btrfs_alloc_workqueue()
149 int thresh) in btrfs_alloc_workqueue() argument
157 limit_active, thresh); in btrfs_alloc_workqueue()
165 thresh); in btrfs_alloc_workqueue()
182 if (wq->thresh == NO_THRESHOLD) in thresh_queue_hook()
198 if (wq->thresh == NO_THRESHOLD) in thresh_exec_hook()
208 wq->count %= (wq->thresh / 4); in thresh_exec_hook()
218 if (pending > wq->thresh) in thresh_exec_hook()
220 if (pending < wq->thresh / 2) in thresh_exec_hook()