Home
last modified time | relevance | path

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

/systemd-251/src/login/
Dlogind-gperf.gperf51 …essionsMax, config_parse_uint64, 0, offsetof(Manager, sessions_max)
Dlogind.h131 uint64_t sessions_max; member
Dlogind-core.c67 m->sessions_max = 8192; in manager_reset_config()
Dlogind-dbus.c860 if (hashmap_size(m->sessions) >= m->sessions_max) in method_create_session()
863 m->sessions_max); in method_create_session()
3393 …SD_BUS_PROPERTY("SessionsMax", "t", NULL, offsetof(Manager, sessions_max), SD_BUS_VTABLE_PROPERTY_…