Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 19 of 19) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dumwait.c11 #define UMWAIT_CTRL_VAL(max_time, c02_disable) \ argument
12 (((max_time) & MSR_IA32_UMWAIT_CONTROL_TIME_MASK) | \
170 u32 max_time, ctrl; in max_time_store() local
173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
178 if (max_time & ~MSR_IA32_UMWAIT_CONTROL_TIME_MASK) in max_time_store()
184 if (max_time != umwait_ctrl_max_time(ctrl)) in max_time_store()
185 umwait_update_control(max_time, umwait_ctrl_c02_enabled(ctrl)); in max_time_store()
191 static DEVICE_ATTR_RW(max_time);
/linux/drivers/base/power/
H A Dwakeup.c126 deleted_ws.max_time = in wakeup_source_record()
127 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record()
128 deleted_ws.max_time : ws->max_time; in wakeup_source_record()
692 if (ktime_to_ns(duration) > ktime_to_ns(ws->max_time)) in wakeup_source_deactivate()
693 ws->max_time = duration; in wakeup_source_deactivate()
1059 ktime_t max_time; in print_wakeup_source_stats() local
1067 max_time = ws->max_time; in print_wakeup_source_stats()
1075 if (active_time > max_time) in print_wakeup_source_stats()
1076 max_time = active_time; in print_wakeup_source_stats()
1089 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
H A Dwakeup_stats.c70 ktime_t max_time = ws->max_time; in max_time_ms_show() local
74 if (active_time > max_time) in max_time_ms_show()
75 max_time = active_time; in max_time_ms_show()
78 return sysfs_emit(buf, "%lld\n", ktime_to_ms(max_time)); in max_time_ms_show()
/linux/tools/perf/scripts/python/
H A Dparallel-perf.py413 def CalcTimeRangesByCPU(line, cpu, cpu_time_ranges, max_time): argument
418 cpu_time_range.time_ranges[cpu_time_range.tr_pos][1] = max_time
424 time_ranges.append([time, max_time])
550 max_time = time_ranges[-1][1]
570 cpu_time_range.time_ranges = [ [min_time, max_time] ]
574 ProcessCommandOutputLines(times_cmd, per_cpu, CalcTimeRangesByCPU, cpu_time_ranges, max_time)
637 def OpenTimeRangeEnds(time_ranges, min_time, max_time): argument
640 if time_ranges[-1][1] >= max_time:
674 def ParseTimeStr(time_str, min_time, max_time): argument
676 return [[min_time, max_time]]
[all …]
/linux/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c30 __u64 max_time; member
135 if ((delta > data->max_time) || in do_update_time()
136 (data->max_time == 0)) { in do_update_time()
137 data->max_time = delta; in do_update_time()
H A Dlock_data.h48 u64 max_time;
40 u64 max_time; global() member
H A Dlock_contention.bpf.c513 .max_time = duration, in contention_end()
563 if (data->max_time < duration) in BPF_PROG()
564 data->max_time = duration; in BPF_PROG()
/linux/tools/perf/util/
H A Dbpf_kwork.c39 u64 max_time; member
295 work->max_runtime = data->max_time; in add_work()
301 work->max_latency = data->max_time; in add_work()
H A Dbpf_lock_contention.c364 if (delta > stat_data.max_time) in lock_contention_get_name()
365 stat_data.max_time = delta; in lock_contention_get_name()
621 if (st->wait_time_max < data.max_time)
622 st->wait_time_max = data.max_time;
639 st->wait_time_max = data.max_time;
/linux/drivers/media/usb/dvb-usb/
H A Ddibusb-mc-common.c41 .max_time = 0x196,
75 .max_time = 0x51,
H A Ddib0700_devices.c74 .max_time = 0x196,
79 .max_time = 0x196,
/linux/drivers/media/dvb-frontends/
H A Ddib3000mc.h25 u16 max_time; member
H A Ddib3000mc.c379 dib3000mc_write_word(state, 36, state->cfg->max_time); in dib3000mc_init()
/linux/drivers/scsi/snic/
H A Dsnic_stats.h11 atomic64_t max_time; /* Max time to process IO */ member
H A Dsnic_io.c553 if (duration > atomic64_read(&snic->s_stats.io.max_time)) in snic_calc_io_process_time()
554 atomic64_set(&snic->s_stats.io.max_time, duration); in snic_calc_io_process_time()
H A Dsnic_debugfs.c179 maxio_tm = (u64) atomic64_read(&stats->io.max_time); in snic_stats_show()
/linux/fs/
H A Dfs-writeback.c825 unsigned long avg_time, max_bytes, max_time; in wbc_detach_inode() local
855 max_time = DIV_ROUND_UP((max_bytes >> PAGE_SHIFT) << WB_FRN_TIME_SHIFT, in wbc_detach_inode()
858 avg_time += (max_time >> WB_FRN_TIME_AVG_SHIFT) - in wbc_detach_inode()
861 avg_time = max_time; /* immediate catch up on first run */ in wbc_detach_inode()
863 if (max_time >= avg_time / WB_FRN_TIME_CUT_DIV) { in wbc_detach_inode()
874 slots = min(DIV_ROUND_UP(max_time, WB_FRN_HIST_UNIT), in wbc_detach_inode()
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu588 /sys/devices/system/cpu/umwait_control/max_time
603 max_time: Read/write interface to control umwait maximum time
/linux/mm/
H A Dslub.c6339 long max_time; member
6421 if (age > l->max_time) in add_location()
6422 l->max_time = age; in add_location()
6462 l->max_time = age; in add_location()
7409 l->max_time); in slab_debugfs_show()