Searched refs:min_time (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/f2fs/ |
D | gc.h | 138 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-v5.15/tools/perf/ |
D | builtin-timechart.c | 71 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-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_cmd.c | 1589 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) in rpt_timer_setting_wk_hdl() argument 1591 rtw_hal_set_hwreg(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&min_time)); in rpt_timer_setting_wk_hdl() 1594 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) in rtw_rpt_timer_cfg_cmd() argument 1617 pdrvextra_cmd_parm->type_size = min_time; in rtw_rpt_timer_cfg_cmd()
|
/Linux-v5.15/mm/ |
D | slub.c | 5063 long min_time; member 5134 if (age < l->min_time) in add_location() 5135 l->min_time = age; in add_location() 5171 l->min_time = age; in add_location() 6053 if (l->sum_time != l->min_time) { in slab_debugfs_show() 6055 l->min_time, div_u64(l->sum_time, l->count), in slab_debugfs_show() 6058 seq_printf(seq, " age=%ld", l->min_time); in slab_debugfs_show()
|