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