[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <c6ed1ac51003042356y5ccb42f1va550747b9e72129e@mail.gmail.com>
Date: Fri, 5 Mar 2010 15:56:36 +0800
From: figo zhang <figo1802@...il.com>
To: linux-kernel@...r.kernel.org
Subject: sched_fair: the schedule check condition?
hi,
in check_preempt_tick() funtion, the check schedule condition the
reality increasing runtime "delta_exec"
and vruntime increasing "delta", and reality ideal time "ideal_runtime":
if (delta_exec > ideal_runtime)
and
if (delta > ideal_runtime)
if equal, it should be need schedule?
Best,
Figo.zhang
--
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