Searched refs:min_time (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | gc.h | 128 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()
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | lock_data.h | 32 u64 min_time; member
|
H A D | lock_contention.bpf.c | 390 .min_time = duration, in contention_end() 415 if (data->min_time > duration) in contention_end() 416 data->min_time = duration; in contention_end()
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_lock_contention.c | 327 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()
|
/openbmc/linux/drivers/input/misc/ |
H A D | uinput.c | 598 ktime_t min_time; in is_valid_timestamp() local 607 min_time = ktime_sub(current_time, offset); in is_valid_timestamp() 609 if (ktime_after(min_time, timestamp) || ktime_after(timestamp, current_time)) in is_valid_timestamp()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-timechart.c | 74 u64 min_time, member 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()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sunoem.c | 1337 uint32_t total_time, resp_time, min_time, max_time; in ipmi_sunoem_echo() local 1373 min_time = INT_MAX; in ipmi_sunoem_echo() 1428 if (resp_time < min_time) { in ipmi_sunoem_echo() 1429 min_time = resp_time; in ipmi_sunoem_echo() 1446 printf("round-trip min/avg/max = %d/%d/%d ms\n", min_time, in ipmi_sunoem_echo()
|
/openbmc/linux/mm/ |
H A D | slub.c | 5243 long min_time; member 5324 if (age < l->min_time) in add_location() 5325 l->min_time = age; in add_location() 5366 l->min_time = age; in add_location() 6307 if (l->sum_time != l->min_time) { in slab_debugfs_show() 6309 l->min_time, div_u64(l->sum_time, l->count), in slab_debugfs_show() 6312 seq_printf(seq, " age=%ld", l->min_time); in slab_debugfs_show()
|