Home
last modified time | relevance | path

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

/linux/fs/f2fs/
A Dgc.h138 unsigned int min_time = gc_th->min_sleep_time; in increase_sleep_time() local
144 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time()
147 *wait += min_time; in increase_sleep_time()
153 unsigned int min_time = gc_th->min_sleep_time; in decrease_sleep_time() local
158 if ((long long)*wait - (long long)min_time < (long long)min_time) in decrease_sleep_time()
159 *wait = min_time; in decrease_sleep_time()
161 *wait -= min_time; in decrease_sleep_time()
/linux/drivers/staging/r8188eu/core/
A Drtw_cmd.c1061 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) in rpt_timer_setting_wk_hdl() argument
1063 SetHwReg8188EU(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&min_time)); in rpt_timer_setting_wk_hdl()
1066 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) in rtw_rpt_timer_cfg_cmd() argument
1089 pdrvextra_cmd_parm->type_size = min_time; in rtw_rpt_timer_cfg_cmd()
/linux/tools/perf/
A 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()
1926 .min_time = NSEC_PER_MSEC, in cmd_timechart()
1954 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart()
/linux/mm/
A Dslub.c5072 long min_time; member
5144 if (age < l->min_time) in add_location()
5145 l->min_time = age; in add_location()
5181 l->min_time = age; in add_location()
6071 if (l->sum_time != l->min_time) { in slab_debugfs_show()
6073 l->min_time, div_u64(l->sum_time, l->count), in slab_debugfs_show()
6076 seq_printf(seq, " age=%ld", l->min_time); in slab_debugfs_show()

Completed in 22 milliseconds