Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dcgroup.c3611 CGroupContext *unit_context; in unit_get_memory_available() local
3644 assert_se(unit_context = unit_get_cgroup_context(u)); in unit_get_memory_available()
3646 if (unit_context->memory_max != UINT64_MAX || unit_context->memory_high != UINT64_MAX) in unit_get_memory_available()
3647 … available = LESS_BY(MIN(unit_context->memory_max, unit_context->memory_high), unit_current); in unit_get_memory_available()