Searched defs:progress_rate_limit (Results 1 - 4 of 4) sorted by relevance

/systemd/src/import/
H A Dexport-raw.c66 RateLimit progress_rate_limit; member in struct:RawExport
113 RATELIMIT_INIT(e->progress_rate_limit, 100 * USEC_PER_MSEC, 1);
142 if (!ratelimit_test(&e->progress_rate_limit))
H A Dexport-tar.c64 RateLimit progress_rate_limit; member in struct:TarExport
119 RATELIMIT_INIT(e->progress_rate_limit, 100 * USEC_PER_MSEC, 1);
152 if (!ratelimit_test(&e->progress_rate_limit))
H A Dimport-raw.c80 RateLimit progress_rate_limit; member in struct:RawImport
128 RATELIMIT_INIT(i->progress_rate_limit, 100 * USEC_PER_MSEC, 1);
167 if (!ratelimit_test(&i->progress_rate_limit))
H A Dimport-tar.c82 RateLimit progress_rate_limit; member in struct:TarImport
135 RATELIMIT_INIT(i->progress_rate_limit, 100 * USEC_PER_MSEC, 1);
174 if (!ratelimit_test(&i->progress_rate_limit))

Completed in 36 milliseconds