From: Paul E. McKenney Date: Wed, 15 Jan 2014 04:20:43 +0000 (-0800) Subject: timers: Track total number of timers in list X-Git-Tag: v3.15-rc1~153^2~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff421580f512fc044cc7421fdff31a7a6997350;p=pandora-kernel.git timers: Track total number of timers in list Currently, the tvec_base structure's ->active_timers field tracks only the non-deferrable timers, which means that even if ->active_timers is zero, there might well be deferrable timers in the list. This commit therefore adds an ->all_timers field to track all the timers, whether deferrable or not. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett Acked-by: Peter Zijlstra Reviewed-by: Oleg Nesterov Reviewed-by: Steven Rostedt Tested-by: Mike Galbraith --- Reading git-diff-tree failed