Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dcgroup-defs.h112 CGRP_ROOT_MEMORY_LOCAL_EVENTS = (1 << 17), enumerator
Dmemcontrol.h1135 if (cgrp_dfl_root.flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in memcg_memory_event()
/linux-6.6.21/kernel/cgroup/
Dcgroup.c1934 ctx->flags |= CGRP_ROOT_MEMORY_LOCAL_EVENTS; in cgroup2_parse_param()
1954 if (root_flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in apply_cgroup_root_flags()
1955 cgrp_dfl_root.flags |= CGRP_ROOT_MEMORY_LOCAL_EVENTS; in apply_cgroup_root_flags()
1957 cgrp_dfl_root.flags &= ~CGRP_ROOT_MEMORY_LOCAL_EVENTS; in apply_cgroup_root_flags()
1972 if (cgrp_dfl_root.flags & CGRP_ROOT_MEMORY_LOCAL_EVENTS) in cgroup_show_options()