Searched refs:min_time (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/
H A Dbuiltin-timechart.c69 u64 min_time, member in struct:timechart
797 * at least min_time long, but don't overlap them */ pid_end_io_sample()
798 if (sample->end_time - sample->start_time < tchart->min_time) pid_end_io_sample()
799 sample->end_time = sample->start_time + tchart->min_time; pid_end_io_sample()
1931 .min_time = 1000000, cmd_timechart()
1956 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", cmd_timechart()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_cmd.c1000 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) rpt_timer_setting_wk_hdl() argument
1002 rtw_hal_set_hwreg(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&min_time)); rpt_timer_setting_wk_hdl()
1005 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) rtw_rpt_timer_cfg_cmd() argument
1027 pdrvextra_cmd_parm->type_size = min_time; rtw_rpt_timer_cfg_cmd()
/linux-4.4.14/mm/
H A Dslub.c4182 long min_time; member in struct:location
4251 if (age < l->min_time) add_location()
4252 l->min_time = age; add_location()
4288 l->min_time = age; add_location()
4360 if (l->sum_time != l->min_time) {
4362 l->min_time,
4367 l->min_time);

Completed in 272 milliseconds