Searched refs:inhibit_delay_max (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/login/ |
D | logind-gperf.gperf | 26 …tDelayMaxSec, config_parse_sec, 0, offsetof(Manager, inhibit_delay_max)
|
D | logind.h | 68 usec_t inhibit_delay_max; member
|
D | logind-core.c | 38 m->inhibit_delay_max = 5 * USEC_PER_SEC; in manager_reset_config()
|
D | logind-dbus.c | 1699 … r = sd_event_source_set_time_relative(m->inhibit_timeout_source, m->inhibit_delay_max); in delay_shutdown_or_sleep() 1710 CLOCK_MONOTONIC, m->inhibit_delay_max, 0, in delay_shutdown_or_sleep() 1747 m->inhibit_delay_max > 0 && in bus_manager_shutdown_or_sleep_now_or_later() 3366 …SD_BUS_PROPERTY("InhibitDelayMaxUSec", "t", NULL, offsetof(Manager, inhibit_delay_max), SD_BUS_VTA…
|