Home
last modified time | relevance | path

Searched hist:b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dstats.hdiff b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 Fri Jan 20 23:09:08 CST 2017 Nicolas Pitre <nicolas.pitre@linaro.org> timers: Omit POSIX timer stuff from task_struct when disabled

When CONFIG_POSIX_TIMERS is disabled, it is preferable to remove related
structures from struct task_struct and struct signal_struct as they
won't contain anything useful and shouldn't be relied upon by mistake.
Code still referencing those structures is also disabled here.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
H A Drt.cdiff b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 Fri Jan 20 23:09:08 CST 2017 Nicolas Pitre <nicolas.pitre@linaro.org> timers: Omit POSIX timer stuff from task_struct when disabled

When CONFIG_POSIX_TIMERS is disabled, it is preferable to remove related
structures from struct task_struct and struct signal_struct as they
won't contain anything useful and shouldn't be relied upon by mistake.
Code still referencing those structures is also disabled here.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
/openbmc/linux/include/linux/
H A Dinit_task.hdiff b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 Fri Jan 20 23:09:08 CST 2017 Nicolas Pitre <nicolas.pitre@linaro.org> timers: Omit POSIX timer stuff from task_struct when disabled

When CONFIG_POSIX_TIMERS is disabled, it is preferable to remove related
structures from struct task_struct and struct signal_struct as they
won't contain anything useful and shouldn't be relied upon by mistake.
Code still referencing those structures is also disabled here.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
H A Dsched.hdiff b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 Fri Jan 20 23:09:08 CST 2017 Nicolas Pitre <nicolas.pitre@linaro.org> timers: Omit POSIX timer stuff from task_struct when disabled

When CONFIG_POSIX_TIMERS is disabled, it is preferable to remove related
structures from struct task_struct and struct signal_struct as they
won't contain anything useful and shouldn't be relied upon by mistake.
Code still referencing those structures is also disabled here.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
/openbmc/linux/fs/proc/
H A Dbase.cdiff b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 Fri Jan 20 23:09:08 CST 2017 Nicolas Pitre <nicolas.pitre@linaro.org> timers: Omit POSIX timer stuff from task_struct when disabled

When CONFIG_POSIX_TIMERS is disabled, it is preferable to remove related
structures from struct task_struct and struct signal_struct as they
won't contain anything useful and shouldn't be relied upon by mistake.
Code still referencing those structures is also disabled here.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
/openbmc/linux/kernel/
H A Dfork.cdiff b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 Fri Jan 20 23:09:08 CST 2017 Nicolas Pitre <nicolas.pitre@linaro.org> timers: Omit POSIX timer stuff from task_struct when disabled

When CONFIG_POSIX_TIMERS is disabled, it is preferable to remove related
structures from struct task_struct and struct signal_struct as they
won't contain anything useful and shouldn't be relied upon by mistake.
Code still referencing those structures is also disabled here.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>