Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmemcontrol.h269 struct list_head oom_notify; member
/linux-6.6.21/mm/
Dmemcontrol.c4282 list_for_each_entry(ev, &memcg->oom_notify, list) in mem_cgroup_oom_notify_cb()
4498 list_add(&event->list, &memcg->oom_notify); in mem_cgroup_oom_register_event()
4515 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) { in mem_cgroup_oom_unregister_event()
5321 INIT_LIST_HEAD(&memcg->oom_notify); in mem_cgroup_alloc()