Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dcgroup-defs.h112 CGRP_ROOT_MEMORY_LOCAL_EVENTS = (1 << 17), enumerator
Dmemcontrol.h1116 if (cgrp_dfl_root.flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in memcg_memory_event()
/linux-6.1.9/kernel/cgroup/
Dcgroup.c1942 ctx->flags |= CGRP_ROOT_MEMORY_LOCAL_EVENTS; in cgroup2_parse_param()
1962 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
1963 cgrp_dfl_root.flags |= CGRP_ROOT_MEMORY_LOCAL_EVENTS; in apply_cgroup_root_flags()
1965 cgrp_dfl_root.flags &= ~CGRP_ROOT_MEMORY_LOCAL_EVENTS; in apply_cgroup_root_flags()
1980 if (cgrp_dfl_root.flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in cgroup_show_options()