sched/cpuacct: Simplify the cpuacct code
authorZhao Lei <zhaolei@cn.fujitsu.com>
Thu, 17 Mar 2016 04:19:43 +0000 (12:19 +0800)
committerIngo Molnar <mingo@kernel.org>
Mon, 21 Mar 2016 10:00:28 +0000 (11:00 +0100)
commit73e6aafd9ea81498d31361f01db84a0118da2d1c
treebd2a3300424d7a9c54a9caf3ee2eb44bbd4e5e12
parent1a736b77a3f50910843d076623204ba6e5057dc1
sched/cpuacct: Simplify the cpuacct code

 - Use for() instead of while() loop in some functions
   to make the code simpler.

 - Use this_cpu_ptr() instead of per_cpu_ptr() to make the code
   cleaner and a bit faster.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Tejun Heo <htejun@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/d8a7ef9592f55224630cb26dea239f05b6398a4e.1458187654.git.zhaolei@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/cpuacct.c
kernel/sched/cpuacct.h