Searched refs:dm_kcopyd_throttle (Results 1 – 3 of 3) sorted by relevance
26 struct dm_kcopyd_throttle { struct44 static struct dm_kcopyd_throttle dm_kcopyd_throttle = { 100, 0, 0, 0, 0 }; \45 module_param_named(name, dm_kcopyd_throttle.throttle, uint, 0644); \53 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle);
1875 clone->kcopyd_client = dm_kcopyd_client_create(&dm_kcopyd_throttle); in clone_ctr()
2974 pool->copier = dm_kcopyd_client_create(&dm_kcopyd_throttle); in pool_create()