Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dgc.h74 unsigned int min_time = gc_th->min_sleep_time; in increase_sleep_time() local
80 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time()
83 *wait += min_time; in increase_sleep_time()
89 unsigned int min_time = gc_th->min_sleep_time; in decrease_sleep_time() local
94 if ((long long)*wait - (long long)min_time < (long long)min_time) in decrease_sleep_time()
95 *wait = min_time; in decrease_sleep_time()
97 *wait -= min_time; in decrease_sleep_time()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_cmd.c916 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) in rpt_timer_setting_wk_hdl() argument
918 rtw_hal_set_hwreg(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&min_time)); in rpt_timer_setting_wk_hdl()
921 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) in rtw_rpt_timer_cfg_cmd() argument
943 pdrvextra_cmd_parm->type_size = min_time; in rtw_rpt_timer_cfg_cmd()
/Linux-v4.19/tools/perf/
Dbuiltin-timechart.c73 u64 min_time, member
798 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
799 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
1934 .min_time = NSEC_PER_MSEC, in cmd_timechart()
1962 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart()
/Linux-v4.19/mm/
Dslub.c4437 long min_time; member
4506 if (age < l->min_time) in add_location()
4507 l->min_time = age; in add_location()
4543 l->min_time = age; in add_location()
4616 if (l->sum_time != l->min_time) { in list_locations()
4618 l->min_time, in list_locations()
4623 l->min_time); in list_locations()