Searched refs:MEMCG_OOM (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | memcontrol.h | 44 MEMCG_OOM, enumerator
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memcontrol.h | 49 MEMCG_OOM, enumerator
|
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 1957 memcg_memory_event(memcg, MEMCG_OOM); in mem_cgroup_oom() 6508 memcg_memory_event(memcg, MEMCG_OOM); in memory_max_write() 6522 seq_printf(m, "oom %lu\n", atomic_long_read(&events[MEMCG_OOM])); in __memory_events_show()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 1962 memcg_memory_event(memcg, MEMCG_OOM); in mem_cgroup_oom() 6641 memcg_memory_event(memcg, MEMCG_OOM); in memory_max_write() 6655 seq_printf(m, "oom %lu\n", atomic_long_read(&events[MEMCG_OOM])); in __memory_events_show()
|
Completed in 24 milliseconds