Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1510914
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH 3/3] sched: Introduce WALT hooks into core and scheduling classes |
| Date | 2016-10-28 10:00 +0200 |
| Message-ID | <sxaeZ-5mE-15@gated-at.bofh.it> (permalink) |
| References | <sx9Ch-59A-3@gated-at.bofh.it> <sx9Ch-59A-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Oct 28, 2016 at 12:10:42AM -0700, Vikram Mulukutla wrote: > @@ -2072,13 +2078,19 @@ try_to_wake_up(struct task_struct *p, unsigned int state, int wake_flags) > */ > smp_cond_load_acquire(&p->on_cpu, !VAL); > > + raw_spin_lock(&task_rq(p)->lock); > + walt_update_task_ravg(p, task_rq(p), TASK_WAKE, walt_ktime_clock(), 0); > + raw_spin_unlock(&task_rq(p)->lock); > + Lol. funny that. No.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RFC PATCH 3/3] sched: Introduce WALT hooks into core and scheduling classes Vikram Mulukutla <markivx@codeaurora.org> - 2016-10-28 09:20 +0200 Re: [RFC PATCH 3/3] sched: Introduce WALT hooks into core and scheduling classes Peter Zijlstra <peterz@infradead.org> - 2016-10-28 10:00 +0200
csiph-web