Searched refs:BLOCK_JOB_SLICE_TIME (Results 1 – 3 of 3) sorted by relevance
33 #define BLOCK_JOB_SLICE_TIME 100000000ULL /* ns */ macro
831 if (now - s->last_pause_ns > BLOCK_JOB_SLICE_TIME) { in mirror_throttle()1070 if (delta < BLOCK_JOB_SLICE_TIME && in mirror_run()1143 BLOCK_JOB_SLICE_TIME); in mirror_run()1144 job_sleep_ns(&s->common.job, BLOCK_JOB_SLICE_TIME); in mirror_run()
289 ratelimit_set_speed(&job->limit, speed, BLOCK_JOB_SLICE_TIME); in block_job_set_speed_locked()