Home
last modified time | relevance | path

Searched refs:wake_system (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dtimer.h58 bool wake_system; member
67 #define TIMER_MONOTONIC_CLOCK(t) ((t)->wake_system ? CLOCK_BOOTTIME_ALARM : CLOCK_MONOTONIC)
Ddbus-timer.c134 …SD_BUS_PROPERTY("WakeSystem", "b", bus_property_get_bool, offsetof(Timer, wake_system), SD_BUS_VTA…
237 return bus_set_transient_bool(u, name, &t->wake_system, message, flags, error); in bus_timer_set_transient_property()
Dtimer.c255 prefix, yes_no(t->wake_system), in timer_dump()
522 t->wake_system ? CLOCK_BOOTTIME_ALARM : CLOCK_MONOTONIC, in timer_enter_waiting()
555 t->wake_system ? CLOCK_REALTIME_ALARM : CLOCK_REALTIME, in timer_enter_waiting()
Dload-fragment-gperf.gperf.in534 …se_bool, 0, offsetof(Timer, wake_system)