Searched refs:oom_notify (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 4316 list_for_each_entry(ev, &memcg->oom_notify, list) in mem_cgroup_oom_notify_cb() 4532 list_add(&event->list, &memcg->oom_notify); in mem_cgroup_oom_register_event() 4549 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) { in mem_cgroup_oom_unregister_event() 5385 INIT_LIST_HEAD(&memcg->oom_notify); in mem_cgroup_alloc()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 4312 list_for_each_entry(ev, &memcg->oom_notify, list) in mem_cgroup_oom_notify_cb() 4528 list_add(&event->list, &memcg->oom_notify); in mem_cgroup_oom_register_event() 4545 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) { in mem_cgroup_oom_unregister_event() 5358 INIT_LIST_HEAD(&memcg->oom_notify); in mem_cgroup_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memcontrol.h | 278 struct list_head oom_notify; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memcontrol.h | 276 struct list_head oom_notify; member
|
Completed in 37 milliseconds