Lines Matching refs:throttle
145 struct throttle {
151 static void throttle_init(struct throttle *t)
157 static void throttle_work_start(struct throttle *t)
162 static void throttle_work_update(struct throttle *t)
170 static void throttle_work_complete(struct throttle *t)
178 static void throttle_lock(struct throttle *t)
183 static void throttle_unlock(struct throttle *t)
252 struct throttle throttle;
2217 throttle_work_update(&pool->throttle);
2406 throttle_work_start(&pool->throttle);
2408 throttle_work_update(&pool->throttle);
2410 throttle_work_update(&pool->throttle);
2412 throttle_work_update(&pool->throttle);
2414 throttle_work_update(&pool->throttle);
2416 throttle_work_complete(&pool->throttle);
2676 throttle_lock(&pool->throttle);
2678 throttle_unlock(&pool->throttle);
2685 throttle_lock(&pool->throttle);
2689 throttle_unlock(&pool->throttle);
2987 throttle_init(&pool->throttle);