Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475343
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v15 04/13] task_isolation: add initial support |
| Date | 2016-09-02 18:50 +0200 |
| Message-ID | <scZPb-1TH-29@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <sbxV0-1fP-45@gated-at.bofh.it> <sbM7D-1Ul-35@gated-at.bofh.it> <sbUeS-7ka-17@gated-at.bofh.it> <scx6x-nV-19@gated-at.bofh.it> <scZPb-1TH-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Sep 02, 2016 at 10:03:52AM -0400, Chris Metcalf wrote: > Any thoughts on the question of "just re-enter the loop" vs. schedule_timeout()? schedule_timeout() should only be used for things you do not have control over, like things outside of the machine. If you want to actually block running, use that completion you were talking of.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v15 04/13] task_isolation: add initial support Peter Zijlstra <peterz@infradead.org> - 2016-08-29 18:40 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Peter Zijlstra <peterz@infradead.org> - 2016-08-29 18:50 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Peter Zijlstra <peterz@infradead.org> - 2016-08-30 10:10 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Peter Zijlstra <peterz@infradead.org> - 2016-08-30 10:00 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Andy Lutomirski <luto@amacapital.net> - 2016-08-30 18:40 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Andy Lutomirski <luto@amacapital.net> - 2016-08-30 20:50 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Andy Lutomirski <luto@amacapital.net> - 2016-08-30 22:00 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Andy Lutomirski <luto@amacapital.net> - 2016-09-02 19:30 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Peter Zijlstra <peterz@infradead.org> - 2016-09-01 12:10 +0200
Re: [PATCH v15 04/13] task_isolation: add initial support Peter Zijlstra <peterz@infradead.org> - 2016-09-02 18:50 +0200
csiph-web