Lines Matching refs:thresh
45 int thresh; member
68 if (wq->thresh == NO_THRESHOLD) in btrfs_workqueue_normal_congested()
71 return atomic_read(&wq->pending) > wq->thresh * 2; in btrfs_workqueue_normal_congested()
76 int limit_active, int thresh) in btrfs_alloc_workqueue() argument
86 if (thresh == 0) in btrfs_alloc_workqueue()
87 thresh = DFT_THRESHOLD; in btrfs_alloc_workqueue()
89 if (thresh < DFT_THRESHOLD) { in btrfs_alloc_workqueue()
91 ret->thresh = NO_THRESHOLD; in btrfs_alloc_workqueue()
99 ret->thresh = thresh; in btrfs_alloc_workqueue()
123 if (wq->thresh == NO_THRESHOLD) in thresh_queue_hook()
139 if (wq->thresh == NO_THRESHOLD) in thresh_exec_hook()
149 wq->count %= (wq->thresh / 4); in thresh_exec_hook()
159 if (pending > wq->thresh) in thresh_exec_hook()
161 if (pending < wq->thresh / 2) in thresh_exec_hook()