Searched refs:timeout_stop_usec (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/core/ |
D | service.h | 118 usec_t timeout_stop_usec; member 222 return s->timeout_abort_set ? s->timeout_abort_usec : s->timeout_stop_usec; in service_timeout_abort_usec()
|
D | dbus-scope.c | 47 …ERTY("TimeoutStopUSec", "t", bus_property_get_usec, offsetof(Scope, timeout_stop_usec), SD_BUS_VTA… 73 … return bus_set_transient_usec(u, name, &s->timeout_stop_usec, message, flags, error); in bus_scope_set_transient_property()
|
D | scope.h | 29 usec_t timeout_stop_usec; member
|
D | scope.c | 40 s->timeout_stop_usec = u->manager->default_timeout_stop_usec; in scope_init() 232 return usec_add(UNIT(s)->state_change_timestamp.monotonic, s->timeout_stop_usec); in scope_coldplug_timeout() 338 r = scope_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->timeout_stop_usec)); in scope_enter_signal()
|
D | dbus-service.c | 202 …TY("TimeoutStopUSec", "t", bus_property_get_usec, offsetof(Service, timeout_stop_usec), SD_BUS_VTA… 430 … return bus_set_transient_usec(u, name, &s->timeout_stop_usec, message, flags, error); in bus_service_set_transient_property()
|
D | service.c | 109 s->timeout_stop_usec = u->manager->default_timeout_stop_usec; in service_init() 888 prefix, FORMAT_TIMESPAN(s->timeout_stop_usec, USEC_PER_SEC), in service_dump() 1172 return usec_add(UNIT(s)->state_change_timestamp.monotonic, s->timeout_stop_usec); in service_coldplug_timeout() 1915 s->timeout_stop_usec, in service_enter_stop_post() 1984 … kill_operation == KILL_WATCHDOG ? service_timeout_abort_usec(s) : s->timeout_stop_usec)); in service_enter_signal() 2014 service_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->timeout_stop_usec)); in service_enter_stop_by_notify() 2037 s->timeout_stop_usec, in service_enter_stop() 2449 timeout = s->timeout_stop_usec; in service_run_next_control()
|
D | load-fragment-gperf.gperf.in | 392 …ix_0, 0, offsetof(Service, timeout_stop_usec) 555 …, 0, offsetof(Scope, timeout_stop_usec)
|
D | load-fragment.c | 2458 s->timeout_stop_usec = usec; in config_parse_service_timeout()
|