Searched hist:b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | stats.h | diff 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 D | rt.c | diff 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 D | init_task.h | diff 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 D | sched.h | diff 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 D | base.c | diff 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 D | fork.c | diff 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>
|