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