Searched refs:min_time (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | gc.h | 71 unsigned int min_time = gc_th->min_sleep_time; in increase_sleep_time() local 77 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time() 80 *wait += min_time; in increase_sleep_time() 86 unsigned int min_time = gc_th->min_sleep_time; in decrease_sleep_time() local 91 if ((long long)*wait - (long long)min_time < (long long)min_time) in decrease_sleep_time() 92 *wait = min_time; in decrease_sleep_time() 94 *wait -= min_time; in decrease_sleep_time()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_cmd.c | 905 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) in rpt_timer_setting_wk_hdl() argument 907 rtw_hal_set_hwreg(padapter, HW_VAR_RPT_TIMER_SETTING, (u8 *)(&min_time)); in rpt_timer_setting_wk_hdl() 910 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) in rtw_rpt_timer_cfg_cmd() argument 932 pdrvextra_cmd_parm->type_size = min_time; in rtw_rpt_timer_cfg_cmd()
|
| /Linux-v5.4/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() 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.4/mm/ |
| D | slub.c | 4479 long min_time; member 4548 if (age < l->min_time) in add_location() 4549 l->min_time = age; in add_location() 4585 l->min_time = age; in add_location() 4656 if (l->sum_time != l->min_time) { in list_locations() 4658 l->min_time, in list_locations() 4663 l->min_time); in list_locations()
|