Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1475377 > unrolled thread

Can mei_timer() turn itself off when not needed?

Started byAndy Lutomirski <luto@kernel.org>
First post2016-09-02 19:50 +0200
Last post2016-09-02 19:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Can mei_timer() turn itself off when not needed? Andy Lutomirski <luto@kernel.org> - 2016-09-02 19:50 +0200

#1475377 — Can mei_timer() turn itself off when not needed?

FromAndy Lutomirski <luto@kernel.org>
Date2016-09-02 19:50 +0200
SubjectCan mei_timer() turn itself off when not needed?
Message-ID<sd0Lg-2s9-13@gated-at.bofh.it>
On my laptop, the kernel has become good enough at idling that
mei_timer() accounts for a decent fraction of wakeups.  It looks like,
unless something interesting is going on, it mostly just iterates over
some empty lists and re-queues itself.  Could it learn to stop
re-queueing itself if there isn't anything for it to do?

--Andy

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web