Home
last modified time | relevance | path

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

/systemd-251/src/oom/
Dtest-oomd-util.c142 assert_se(ctx->preference == MANAGED_OOM_PREFERENCE_NONE); in test_oomd_cgroup_context_acquire_and_insert()
159 root_pref = root_xattrs > 0 ? MANAGED_OOM_PREFERENCE_OMIT : MANAGED_OOM_PREFERENCE_NONE; in test_oomd_cgroup_context_acquire_and_insert()
161 root_pref = root_xattrs > 0 ? MANAGED_OOM_PREFERENCE_AVOID : MANAGED_OOM_PREFERENCE_NONE; in test_oomd_cgroup_context_acquire_and_insert()
196 assert_se(ctx->preference == MANAGED_OOM_PREFERENCE_NONE); in test_oomd_cgroup_context_acquire_and_insert()
Doomd-util.c348 ctx->preference = MANAGED_OOM_PREFERENCE_NONE; in oomd_cgroup_context_acquire()
/systemd-251/src/basic/
Dcgroup-util.h326 MANAGED_OOM_PREFERENCE_NONE = 0, enumerator
Dcgroup-util.c2294 [MANAGED_OOM_PREFERENCE_NONE] = "none",
/systemd-251/src/core/
Dcgroup.c166 .moom_preference = MANAGED_OOM_PREFERENCE_NONE, in cgroup_context_init()