Lines Matching refs:throttle
148 struct throttle {
154 static void throttle_init(struct throttle *t)
160 static void throttle_work_start(struct throttle *t)
165 static void throttle_work_update(struct throttle *t)
173 static void throttle_work_complete(struct throttle *t)
181 static void throttle_lock(struct throttle *t)
186 static void throttle_unlock(struct throttle *t)
255 struct throttle throttle;
2234 throttle_work_update(&pool->throttle);
2423 throttle_work_start(&pool->throttle);
2425 throttle_work_update(&pool->throttle);
2427 throttle_work_update(&pool->throttle);
2429 throttle_work_update(&pool->throttle);
2431 throttle_work_update(&pool->throttle);
2433 throttle_work_complete(&pool->throttle);
2691 throttle_lock(&pool->throttle);
2693 throttle_unlock(&pool->throttle);
2700 throttle_lock(&pool->throttle);
2704 throttle_unlock(&pool->throttle);
2997 throttle_init(&pool->throttle);