Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfreezer.h65 extern bool cgroup_freezing(struct task_struct *task);
67 static inline bool cgroup_freezing(struct task_struct *task) in cgroup_freezing() function
/openbmc/linux/kernel/
H A Dfreezer.c46 if (pm_nosig_freezing || cgroup_freezing(p)) in freezing_slow_path()
/openbmc/linux/kernel/cgroup/
H A Dlegacy_freezer.c66 bool cgroup_freezing(struct task_struct *task) in cgroup_freezing() function