Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dunit.h599 void (*notify_cgroup_oom)(Unit *u, bool managed_oom); member
Dunit.c3807 if (UNIT_VTABLE(u)->notify_cgroup_oom) in unit_notify_cgroup_oom()
3808 UNIT_VTABLE(u)->notify_cgroup_oom(u, managed_oom); in unit_notify_cgroup_oom()
Dservice.c4764 .notify_cgroup_oom = service_notify_cgroup_oom_event,