Searched refs:timer_slack_nsec (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | execute.h | 227 nsec_t timer_slack_nsec; member
|
D | execute.c | 4474 if (context->timer_slack_nsec != NSEC_INFINITY) in exec_child() 4475 if (prctl(PR_SET_TIMERSLACK, context->timer_slack_nsec) < 0) { in exec_child() 5308 c->timer_slack_nsec = NSEC_INFINITY; in exec_context_init() 5905 if (c->timer_slack_nsec != NSEC_INFINITY) in exec_context_dump() 5906 fprintf(f, "%sTimerSlackNSec: "NSEC_FMT "\n", prefix, c->timer_slack_nsec); in exec_context_dump()
|
D | dbus-execute.c | 336 if (c->timer_slack_nsec != NSEC_INFINITY) in property_get_timer_slack_nsec() 337 u = (uint64_t) c->timer_slack_nsec; in property_get_timer_slack_nsec() 1930 return bus_set_transient_nsec(u, name, &c->timer_slack_nsec, message, flags, error); in bus_exec_context_set_transient_property()
|
D | load-fragment-gperf.gperf.in | 59 … 0, offsetof({{type}}, exec_context.timer_slack_nsec)
|