Searched refs:sessions_max (Results 1 – 4 of 4) sorted by relevance
51 …essionsMax, config_parse_uint64, 0, offsetof(Manager, sessions_max)
131 uint64_t sessions_max; member
67 m->sessions_max = 8192; in manager_reset_config()
860 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_…