[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150826170439.4724.qmail@ns.horizon.com>
Date: 26 Aug 2015 13:04:39 -0400
From: "George Spelvin" <linux@...izon.com>
To: jason.low2@...com
Cc: akpm@...ux-foundation.org, linux@...izon.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] timer: Check thread timers only when there are active thread timers
- check_thread_timers(tsk, &firing);
+ if (!task_cputime_zero(&tsk->cputime_expires))
+ check_thread_timers(tsk, &firing);
Sincere question; I'm not certain myself: would it make more sense to put
this shortcut into check_thread_timers()?
It seems more like an optimization of that function than something the
caller needs to know about.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists