Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dgc.h136 unsigned int min_time = gc_th->min_sleep_time; in increase_sleep_time() local
142 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time()
145 *wait += min_time; in increase_sleep_time()
151 unsigned int min_time = gc_th->min_sleep_time; in decrease_sleep_time() local
156 if ((long long)*wait - (long long)min_time < (long long)min_time) in decrease_sleep_time()
157 *wait = min_time; in decrease_sleep_time()
159 *wait -= min_time; in decrease_sleep_time()
/Linux-v6.1/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c20 __u64 min_time; member
153 .min_time = duration, in contention_end()
169 if (data->min_time > duration) in contention_end()
170 data->min_time = duration; in contention_end()
/Linux-v6.1/tools/perf/util/
Dbpf_lock_contention.c20 u64 min_time; member
137 st->wait_time_min = data.min_time; in lock_contention_read()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_cmd.c997 static void rpt_timer_setting_wk_hdl(struct adapter *padapter, u16 min_time) in rpt_timer_setting_wk_hdl() argument
1002 ODM_RA_Set_TxRPT_Time(odmpriv, min_time); in rpt_timer_setting_wk_hdl()
1005 u8 rtw_rpt_timer_cfg_cmd(struct adapter *padapter, u16 min_time) in rtw_rpt_timer_cfg_cmd() argument
1028 pdrvextra_cmd_parm->type_size = min_time; in rtw_rpt_timer_cfg_cmd()
/Linux-v6.1/tools/perf/
Dbuiltin-timechart.c73 u64 min_time, member
801 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
802 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
1931 .min_time = NSEC_PER_MSEC, in cmd_timechart()
1959 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart()
/Linux-v6.1/mm/
Dslub.c5030 long min_time; member
5111 if (age < l->min_time) in add_location()
5112 l->min_time = age; in add_location()
5153 l->min_time = age; in add_location()
6083 if (l->sum_time != l->min_time) { in slab_debugfs_show()
6085 l->min_time, div_u64(l->sum_time, l->count), in slab_debugfs_show()
6088 seq_printf(seq, " age=%ld", l->min_time); in slab_debugfs_show()