Lines Matching refs:throttle
137 struct throttle { struct
143 static void throttle_init(struct throttle *t) in throttle_init() argument
149 static void throttle_work_start(struct throttle *t) in throttle_work_start()
154 static void throttle_work_update(struct throttle *t) in throttle_work_update()
162 static void throttle_work_complete(struct throttle *t) in throttle_work_complete()
170 static void throttle_lock(struct throttle *t) in throttle_lock()
175 static void throttle_unlock(struct throttle *t) in throttle_unlock()
235 struct throttle throttle; member
1824 throttle_work_update(&pool->throttle); in process_thin_deferred_bios()
1995 throttle_work_start(&pool->throttle); in do_worker()
1997 throttle_work_update(&pool->throttle); in do_worker()
1999 throttle_work_update(&pool->throttle); in do_worker()
2001 throttle_work_update(&pool->throttle); in do_worker()
2003 throttle_work_complete(&pool->throttle); in do_worker()
2255 throttle_lock(&pool->throttle); in thin_defer_bio_with_throttle()
2257 throttle_unlock(&pool->throttle); in thin_defer_bio_with_throttle()
2265 throttle_lock(&pool->throttle); in thin_defer_cell()
2269 throttle_unlock(&pool->throttle); in thin_defer_cell()
2581 throttle_init(&pool->throttle); in pool_create()