Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dgc.h132 unsigned int min_time = gc_th->min_sleep_time; in increase_sleep_time() local
138 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time()
141 *wait += min_time; in increase_sleep_time()
147 unsigned int min_time = gc_th->min_sleep_time; in decrease_sleep_time() local
152 if ((long long)*wait - (long long)min_time < (long long)min_time) in decrease_sleep_time()
153 *wait = min_time; in decrease_sleep_time()
155 *wait -= min_time; in decrease_sleep_time()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_cmd.c926 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) in rpt_timer_setting_wk_hdl() argument
928 rtw_hal_set_hwreg(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&min_time)); in rpt_timer_setting_wk_hdl()
931 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) in rtw_rpt_timer_cfg_cmd() argument
953 pdrvextra_cmd_parm->type_size = min_time; in rtw_rpt_timer_cfg_cmd()
/Linux-v5.10/tools/perf/
Dbuiltin-timechart.c71 u64 min_time, member
796 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
797 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
1927 .min_time = NSEC_PER_MSEC, in cmd_timechart()
1955 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart()
/Linux-v5.10/mm/
Dslub.c4597 long min_time; member
4666 if (age < l->min_time) in add_location()
4667 l->min_time = age; in add_location()
4703 l->min_time = age; in add_location()
4771 if (l->sum_time != l->min_time) { in list_locations()
4773 l->min_time, in list_locations()
4778 l->min_time); in list_locations()