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
2230 throttle_work_update(&pool->throttle); in process_thin_deferred_bios()
2418 throttle_work_start(&pool->throttle); in do_worker()
2420 throttle_work_update(&pool->throttle); in do_worker()
2422 throttle_work_update(&pool->throttle); in do_worker()
2424 throttle_work_update(&pool->throttle); in do_worker()
2426 throttle_work_update(&pool->throttle); in do_worker()
2428 throttle_work_complete(&pool->throttle); in do_worker()
2687 throttle_lock(&pool->throttle); in thin_defer_bio_with_throttle()
2689 throttle_unlock(&pool->throttle); in thin_defer_bio_with_throttle()
2696 throttle_lock(&pool->throttle); in thin_defer_cell()
2700 throttle_unlock(&pool->throttle); in thin_defer_cell()
2993 throttle_init(&pool->throttle); in pool_create()