Home
last modified time | relevance | path

Searched refs:min_time (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H 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()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.h128 unsigned int min_time = gc_th->min_sleep_time; in increase_sleep_time() local
134 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time()
137 *wait += min_time; in increase_sleep_time()
143 unsigned int min_time = gc_th->min_sleep_time; in decrease_sleep_time() local
148 if ((long long)*wait - (long long)min_time < (long long)min_time) in decrease_sleep_time()
149 *wait = min_time; in decrease_sleep_time()
151 *wait -= min_time; in decrease_sleep_time()
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Dlock_data.h32 u64 min_time; member
H A Dlock_contention.bpf.c387 .min_time = duration, in contention_end()
412 if (data->min_time > duration) in contention_end()
413 data->min_time = duration; in contention_end()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_lock_contention.c327 if (st->wait_time_min > data.min_time) in lock_contention_read()
328 st->wait_time_min = data.min_time; in lock_contention_read()
344 st->wait_time_min = data.min_time; in lock_contention_read()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Duinput.c584 ktime_t min_time; in is_valid_timestamp() local
593 min_time = ktime_sub(current_time, offset); in is_valid_timestamp()
595 if (ktime_after(min_time, timestamp) || ktime_after(timestamp, current_time)) in is_valid_timestamp()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A 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()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-timechart.c71 u64 min_time, member
795 * at least min_time long, but don't overlap them */ in pid_end_io_sample()
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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-timechart.c74 u64 min_time, member
804 * at least min_time long, but don't overlap them */ in pid_end_io_sample()
805 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
806 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
1935 .min_time = NSEC_PER_MSEC, in cmd_timechart()
1963 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart()
/kernel/linux/linux-5.10/mm/
H A Dslub.c4601 long min_time; member
4670 if (age < l->min_time) in add_location()
4671 l->min_time = age; in add_location()
4707 l->min_time = age; in add_location()
4775 if (l->sum_time != l->min_time) { in list_locations()
4777 l->min_time, in list_locations()
4782 l->min_time); in list_locations()
/kernel/linux/linux-6.6/mm/
H A Dslub.c5236 long min_time; member
5317 if (age < l->min_time) in add_location()
5318 l->min_time = age; in add_location()
5359 l->min_time = age; in add_location()
6300 if (l->sum_time != l->min_time) { in slab_debugfs_show()
6302 l->min_time, div_u64(l->sum_time, l->count), in slab_debugfs_show()
6305 seq_printf(seq, " age=%ld", l->min_time); in slab_debugfs_show()

Completed in 29 milliseconds