Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475377 > unrolled thread
| Started by | Andy Lutomirski <luto@kernel.org> |
|---|---|
| First post | 2016-09-02 19:50 +0200 |
| Last post | 2016-09-02 19:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
Can mei_timer() turn itself off when not needed? Andy Lutomirski <luto@kernel.org> - 2016-09-02 19:50 +0200
| From | Andy Lutomirski <luto@kernel.org> |
|---|---|
| Date | 2016-09-02 19:50 +0200 |
| Subject | Can 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
Back to top | Article view | linux.kernel
csiph-web