Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmemcontrol.h257 struct list_head oom_notify; member
/Linux-v4.19/mm/
Dmemcontrol.c3582 list_for_each_entry(ev, &memcg->oom_notify, list) in mem_cgroup_oom_notify_cb()
3794 list_add(&event->list, &memcg->oom_notify); in mem_cgroup_oom_register_event()
3811 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) { in mem_cgroup_oom_unregister_event()
4453 INIT_LIST_HEAD(&memcg->oom_notify); in mem_cgroup_alloc()