Home
last modified time | relevance | path

Searched refs:timeout_stop_usec (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/core/
Dservice.h118 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()
Ddbus-scope.c47 …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()
Dscope.h29 usec_t timeout_stop_usec; member
Dscope.c40 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()
Ddbus-service.c202 …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()
Dservice.c109 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()
Dload-fragment-gperf.gperf.in392 …ix_0, 0, offsetof(Service, timeout_stop_usec)
555 …, 0, offsetof(Scope, timeout_stop_usec)
Dload-fragment.c2458 s->timeout_stop_usec = usec; in config_parse_service_timeout()