Home
last modified time | relevance | path

Searched refs:notify_on_release (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt20 1.4 What does notify_on_release do ?
241 - notify_on_release flag: run the release agent on exit?
282 1.4 What does notify_on_release do ?
285 If the notify_on_release flag is enabled (1) in a cgroup, then
293 notify_on_release in the root cgroup at system boot is disabled
295 value of their parents' notify_on_release settings. The default value of
407 cgroup.procs notify_on_release tasks
Dunified-hierarchy.txt333 - Events are filtered from the kernel side. A "notify_on_release"
352 "notify_on_release" do not exist.
Dcpusets.txt740 cpuset.mem_hardwall notify_on_release
/linux-4.4.14/kernel/
Dcgroup.c487 static int notify_on_release(const struct cgroup *cgrp) in notify_on_release() function
4552 return notify_on_release(css->cgroup); in cgroup_read_notify_on_release()
4966 if (notify_on_release(parent)) in cgroup_mkdir()
5719 if (notify_on_release(cgrp) && !cgroup_is_populated(cgrp) && in check_for_release()