Searched hist:a5be2d0d1a8746e7be5210e3d6b904455000443c (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/ |
H A D | freezer.c | diff a5be2d0d1a8746e7be5210e3d6b904455000443c Mon Nov 21 14:32:23 CST 2011 Tejun Heo <tj@kernel.org> freezer: rename thaw_process() to __thaw_task() and simplify the implementation
thaw_process() now has only internal users - system and cgroup freezers. Remove the unnecessary return value, rename, unexport and collapse __thaw_process() into it. This will help further updates to the freezer code.
-v3: oom_kill grew a use of thaw_process() while this patch was pending. Convert it to use __thaw_task() for now. In the longer term, this should be handled by allowing tasks to die if killed even if it's frozen.
-v2: minor style update as suggested by Matt.
Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Paul Menage <menage@google.com> Cc: Matt Helsley <matthltc@us.ibm.com>
|
/openbmc/linux/include/linux/ |
H A D | freezer.h | diff a5be2d0d1a8746e7be5210e3d6b904455000443c Mon Nov 21 14:32:23 CST 2011 Tejun Heo <tj@kernel.org> freezer: rename thaw_process() to __thaw_task() and simplify the implementation
thaw_process() now has only internal users - system and cgroup freezers. Remove the unnecessary return value, rename, unexport and collapse __thaw_process() into it. This will help further updates to the freezer code.
-v3: oom_kill grew a use of thaw_process() while this patch was pending. Convert it to use __thaw_task() for now. In the longer term, this should be handled by allowing tasks to die if killed even if it's frozen.
-v2: minor style update as suggested by Matt.
Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Paul Menage <menage@google.com> Cc: Matt Helsley <matthltc@us.ibm.com>
|
/openbmc/linux/kernel/power/ |
H A D | process.c | diff a5be2d0d1a8746e7be5210e3d6b904455000443c Mon Nov 21 14:32:23 CST 2011 Tejun Heo <tj@kernel.org> freezer: rename thaw_process() to __thaw_task() and simplify the implementation
thaw_process() now has only internal users - system and cgroup freezers. Remove the unnecessary return value, rename, unexport and collapse __thaw_process() into it. This will help further updates to the freezer code.
-v3: oom_kill grew a use of thaw_process() while this patch was pending. Convert it to use __thaw_task() for now. In the longer term, this should be handled by allowing tasks to die if killed even if it's frozen.
-v2: minor style update as suggested by Matt.
Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Paul Menage <menage@google.com> Cc: Matt Helsley <matthltc@us.ibm.com>
|
/openbmc/linux/mm/ |
H A D | oom_kill.c | diff a5be2d0d1a8746e7be5210e3d6b904455000443c Mon Nov 21 14:32:23 CST 2011 Tejun Heo <tj@kernel.org> freezer: rename thaw_process() to __thaw_task() and simplify the implementation
thaw_process() now has only internal users - system and cgroup freezers. Remove the unnecessary return value, rename, unexport and collapse __thaw_process() into it. This will help further updates to the freezer code.
-v3: oom_kill grew a use of thaw_process() while this patch was pending. Convert it to use __thaw_task() for now. In the longer term, this should be handled by allowing tasks to die if killed even if it's frozen.
-v2: minor style update as suggested by Matt.
Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Paul Menage <menage@google.com> Cc: Matt Helsley <matthltc@us.ibm.com>
|