Searched hist:"2 b69942f9021bf75bd1b001f53bd2578361fadf3" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | posix-timers.h | diff 2b69942f9021bf75bd1b001f53bd2578361fadf3 Wed Aug 21 14:09:04 CDT 2019 Thomas Gleixner <tglx@linutronix.de> posix-cpu-timers: Create a container struct
Per task/process data of posix CPU timers is all over the place which makes the code hard to follow and requires ifdeffery.
Create a container to hold all this information in one place, so data is consolidated and the ifdeffery can be confined to the posix timer header file and removed from places like fork.
As a first step, move the cpu_timers list head array into the new struct and clean up the initializers and simplify fork. The remaining #ifdef in fork will be removed later.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192920.819418976@linutronix.de
|
H A D | init_task.h | diff 2b69942f9021bf75bd1b001f53bd2578361fadf3 Wed Aug 21 14:09:04 CDT 2019 Thomas Gleixner <tglx@linutronix.de> posix-cpu-timers: Create a container struct
Per task/process data of posix CPU timers is all over the place which makes the code hard to follow and requires ifdeffery.
Create a container to hold all this information in one place, so data is consolidated and the ifdeffery can be confined to the posix timer header file and removed from places like fork.
As a first step, move the cpu_timers list head array into the new struct and clean up the initializers and simplify fork. The remaining #ifdef in fork will be removed later.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192920.819418976@linutronix.de
|
H A D | sched.h | diff 2b69942f9021bf75bd1b001f53bd2578361fadf3 Wed Aug 21 14:09:04 CDT 2019 Thomas Gleixner <tglx@linutronix.de> posix-cpu-timers: Create a container struct
Per task/process data of posix CPU timers is all over the place which makes the code hard to follow and requires ifdeffery.
Create a container to hold all this information in one place, so data is consolidated and the ifdeffery can be confined to the posix timer header file and removed from places like fork.
As a first step, move the cpu_timers list head array into the new struct and clean up the initializers and simplify fork. The remaining #ifdef in fork will be removed later.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192920.819418976@linutronix.de
|
/openbmc/linux/include/linux/sched/ |
H A D | signal.h | diff 2b69942f9021bf75bd1b001f53bd2578361fadf3 Wed Aug 21 14:09:04 CDT 2019 Thomas Gleixner <tglx@linutronix.de> posix-cpu-timers: Create a container struct
Per task/process data of posix CPU timers is all over the place which makes the code hard to follow and requires ifdeffery.
Create a container to hold all this information in one place, so data is consolidated and the ifdeffery can be confined to the posix timer header file and removed from places like fork.
As a first step, move the cpu_timers list head array into the new struct and clean up the initializers and simplify fork. The remaining #ifdef in fork will be removed later.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192920.819418976@linutronix.de
|
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | diff 2b69942f9021bf75bd1b001f53bd2578361fadf3 Wed Aug 21 14:09:04 CDT 2019 Thomas Gleixner <tglx@linutronix.de> posix-cpu-timers: Create a container struct
Per task/process data of posix CPU timers is all over the place which makes the code hard to follow and requires ifdeffery.
Create a container to hold all this information in one place, so data is consolidated and the ifdeffery can be confined to the posix timer header file and removed from places like fork.
As a first step, move the cpu_timers list head array into the new struct and clean up the initializers and simplify fork. The remaining #ifdef in fork will be removed later.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192920.819418976@linutronix.de
|
/openbmc/linux/kernel/ |
H A D | fork.c | diff 2b69942f9021bf75bd1b001f53bd2578361fadf3 Wed Aug 21 14:09:04 CDT 2019 Thomas Gleixner <tglx@linutronix.de> posix-cpu-timers: Create a container struct
Per task/process data of posix CPU timers is all over the place which makes the code hard to follow and requires ifdeffery.
Create a container to hold all this information in one place, so data is consolidated and the ifdeffery can be confined to the posix timer header file and removed from places like fork.
As a first step, move the cpu_timers list head array into the new struct and clean up the initializers and simplify fork. The remaining #ifdef in fork will be removed later.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190821192920.819418976@linutronix.de
|