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