Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1554716
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V5 12/17] blk-throttle: add interface to configure idle time threshold |
| Date | 2017-01-09 22:00 +0100 |
| Message-ID | <sXPcR-tU-21@gated-at.bofh.it> (permalink) |
| References | <sOKYO-1X6-11@gated-at.bofh.it> <sOKYO-1X6-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Dec 15, 2016 at 12:33:03PM -0800, Shaohua Li wrote: > @@ -180,6 +180,8 @@ struct throtl_data > unsigned int limit_index; > bool limit_valid[LIMIT_CNT]; > > + u64 dft_idle_ttime_threshold; BTW, wouldn't idle_time be a better name for these? Currently, it's "idle thinktime" and I'm not sure what that means. Thanks. -- tejun
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH V5 12/17] blk-throttle: add interface to configure idle time threshold Tejun Heo <tj@kernel.org> - 2017-01-09 22:00 +0100
csiph-web