Home
last modified time | relevance | path

Searched refs:ratelimit_burst (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/journal/
Djournald-gperf.gperf31 Journal.RateLimitBurst, config_parse_unsigned, 0, offsetof(Server, ratelimit_burst)
Djournald-server.h103 unsigned ratelimit_burst; member
Djournald-context.c132 .log_ratelimit_burst = s->ratelimit_burst, in client_context_new()
181 c->log_ratelimit_burst = s->ratelimit_burst; in client_context_reset()
Djournald-server.c2304 .ratelimit_burst = DEFAULT_RATE_LIMIT_BURST, in server_init()
2347 if (!!s->ratelimit_interval != !!s->ratelimit_burst) { /* One set to 0 and the other not? */ in server_init()
2349 s->ratelimit_interval, s->ratelimit_burst); in server_init()
2350 s->ratelimit_interval = s->ratelimit_burst = 0; in server_init()
/systemd-251/src/shared/
Duser-record.c72 .ratelimit_burst = UINT64_MAX, in user_record_new()
1213 …NED, json_dispatch_uint64, offsetof(UserRecord, ratelimit_burst), … in dispatch_per_machine()
1566 …NED, json_dispatch_uint64, offsetof(UserRecord, ratelimit_burst), … in user_record_load()
1936 if (h->ratelimit_burst == UINT64_MAX) in user_record_ratelimit_burst()
1939 return h->ratelimit_burst; in user_record_ratelimit_burst()
Duser-record.h334 uint64_t ratelimit_burst; member