Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_cmd.c1000 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) in rpt_timer_setting_wk_hdl() argument
1002 rtw_hal_set_hwreg(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&min_time)); in rpt_timer_setting_wk_hdl()
1005 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) in rtw_rpt_timer_cfg_cmd() argument
1027 pdrvextra_cmd_parm->type_size = min_time; in rtw_rpt_timer_cfg_cmd()
/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c68 u64 min_time, member
797 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
798 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
1930 .min_time = 1000000, in cmd_timechart()
1955 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart()
/linux-4.1.27/mm/
Dslub.c3967 long min_time; member
4036 if (age < l->min_time) in add_location()
4037 l->min_time = age; in add_location()
4073 l->min_time = age; in add_location()
4145 if (l->sum_time != l->min_time) { in list_locations()
4147 l->min_time, in list_locations()
4152 l->min_time); in list_locations()