Home
last modified time | relevance | path

Searched refs:memory_swap_max (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-show.c252 uint64_t memory_swap_max; member
700 i->memory_swap_max != CGROUP_LIMIT_MAX || in print_status_info()
722 if (i->memory_swap_max != CGROUP_LIMIT_MAX) { in print_status_info()
723 printf("%sswap max: %s", prefix, FORMAT_BYTES(i->memory_swap_max)); in print_status_info()
1938 … "t", NULL, offsetof(UnitStatusInfo, memory_swap_max) … in show_one()
1972 .memory_swap_max = CGROUP_LIMIT_MAX, in show_one()
/systemd-251/src/core/
Dcgroup.h151 uint64_t memory_swap_max; member
Ddbus-cgroup.c483 SD_BUS_PROPERTY("MemorySwapMax", "t", NULL, offsetof(CGroupContext, memory_swap_max), 0),
1061 return bus_cgroup_set_swap(u, name, &c->memory_swap_max, message, flags, error); in bus_cgroup_set_property()
1101 … return bus_cgroup_set_swap_scale(u, name, &c->memory_swap_max, message, flags, error); in bus_cgroup_set_property()
Dcgroup.c152 .memory_swap_max = CGROUP_LIMIT_MAX, in cgroup_context_init()
354 unit_value = c->memory_swap_max; in unit_compare_memory_limit()
503 …prefix, c->memory_swap_max, format_cgroup_memory_limit_comparison(cde, sizeof(cde), u, "MemorySwap… in cgroup_context_dump()
1205 c->memory_swap_max != CGROUP_LIMIT_MAX; in unit_has_unified_memory_config()
1568 swap_max = c->memory_swap_max; in cgroup_context_apply()
Dload-fragment.c3914 c->memory_swap_max = bytes; in config_parse_memory_limit()