linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Refactor some codes in sched/pelt.c
@ 2021-11-25  3:00 Tang Yizhou
  2021-11-25  3:00 ` [PATCH 1/2] sched/pelt: Remove redundant variable in __accumulate_pelt_segments Tang Yizhou
  2021-11-25  3:00 ` [PATCH 2/2] sched/pelt: Change the type of parameter running to bool Tang Yizhou
  0 siblings, 2 replies; 7+ messages in thread
From: Tang Yizhou @ 2021-11-25  3:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, peterz, juri.lelli, vincent.guittot, Tang Yizhou

After reading the implementation of PELT, I try to refactor it as
below.

Tang Yizhou (2):
  sched/pelt: Remove redundant variable in __accumulate_pelt_segments
  sched/pelt: Change the type of parameter running to bool

 kernel/sched/pelt.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-25 13:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25  3:00 [PATCH 0/2] Refactor some codes in sched/pelt.c Tang Yizhou
2021-11-25  3:00 ` [PATCH 1/2] sched/pelt: Remove redundant variable in __accumulate_pelt_segments Tang Yizhou
2021-11-25  9:53   ` Peter Zijlstra
2021-11-25  3:00 ` [PATCH 2/2] sched/pelt: Change the type of parameter running to bool Tang Yizhou
2021-11-25  9:55   ` Peter Zijlstra
2021-11-25 11:21     ` Tang Yizhou
2021-11-25 12:59     ` Tang Yizhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).