Re: [PATCH v2 4/5] sched, timer: Provide an atomic task_cputime data structure

2015-04-29 Thread Rik van Riel
On 04/28/2015 04:00 PM, Jason Low wrote: This patch adds an atomic variant of the task_cputime data structure, which can be used to store and update task_cputime statistics without needing to do locking. Suggested-by: Ingo Molnar Signed-off-by: Jason Low Acked-by: Rik van Riel -- To unsubs

[PATCH v2 4/5] sched, timer: Provide an atomic task_cputime data structure

2015-04-28 Thread Jason Low
This patch adds an atomic variant of the task_cputime data structure, which can be used to store and update task_cputime statistics without needing to do locking. Suggested-by: Ingo Molnar Signed-off-by: Jason Low --- include/linux/sched.h | 17 + 1 files changed, 17 insertion