Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/cpu/
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-v6.1/drivers/base/power/
Dwakeup.c131 deleted_ws.max_time = in wakeup_source_record()
132 ktime_compare(deleted_ws.max_time, ws->max_time) > 0 ? in wakeup_source_record()
133 deleted_ws.max_time : ws->max_time; in wakeup_source_record()
694 if (ktime_to_ns(duration) > ktime_to_ns(ws->max_time)) in wakeup_source_deactivate()
695 ws->max_time = duration; in wakeup_source_deactivate()
1061 ktime_t max_time; in print_wakeup_source_stats() local
1069 max_time = ws->max_time; in print_wakeup_source_stats()
1077 if (active_time > max_time) in print_wakeup_source_stats()
1078 max_time = active_time; in print_wakeup_source_stats()
1091 ktime_to_ms(max_time), ktime_to_ms(ws->last_time), in print_wakeup_source_stats()
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()
Dsysfs.c481 msec = ktime_to_ms(dev->power.wakeup->max_time); in wakeup_max_time_ms_show()
/Linux-v6.1/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c21 __u64 max_time; member
152 .max_time = duration, in contention_end()
167 if (data->max_time < duration) in contention_end()
168 data->max_time = duration; in contention_end()
Dkwork_trace.bpf.c30 __u64 max_time; member
134 if ((delta > data->max_time) || in do_update_time()
135 (data->max_time == 0)) { in do_update_time()
136 data->max_time = delta; in do_update_time()
/Linux-v6.1/fs/f2fs/
Dgc.h137 unsigned int max_time = gc_th->max_sleep_time; in increase_sleep_time() local
142 if ((long long)*wait + (long long)min_time > (long long)max_time) in increase_sleep_time()
143 *wait = max_time; in increase_sleep_time()
/Linux-v6.1/drivers/media/usb/dvb-usb/
Ddibusb-mc-common.c40 .max_time = 0x196,
74 .max_time = 0x51,
Ddib0700_devices.c74 .max_time = 0x196,
79 .max_time = 0x196,
/Linux-v6.1/tools/perf/util/
Dbpf_kwork.c36 u64 max_time; member
289 work->max_runtime = data->max_time; in add_work()
295 work->max_latency = data->max_time; in add_work()
Dbpf_lock_contention.c21 u64 max_time; member
136 st->wait_time_max = data.max_time; in lock_contention_read()
/Linux-v6.1/drivers/media/dvb-frontends/
Ddib3000mc.h25 u16 max_time; member
Ddib3000mc.c379 dib3000mc_write_word(state, 36, state->cfg->max_time); in dib3000mc_init()
/Linux-v6.1/drivers/scsi/snic/
Dsnic_stats.h11 atomic64_t max_time; /* Max time to process IO */ member
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()
Dsnic_debugfs.c179 maxio_tm = (u64) atomic64_read(&stats->io.max_time); in snic_stats_show()
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dsimult_flows.sh142 local max_time=$3
204 printf "%-16s" " max $max_time "
/Linux-v6.1/include/linux/
Dpm_wakeup.h52 ktime_t max_time; member
/Linux-v6.1/fs/
Dfs-writeback.c765 unsigned long avg_time, max_bytes, max_time; in wbc_detach_inode() local
795 max_time = DIV_ROUND_UP((max_bytes >> PAGE_SHIFT) << WB_FRN_TIME_SHIFT, in wbc_detach_inode()
798 avg_time += (max_time >> WB_FRN_TIME_AVG_SHIFT) - in wbc_detach_inode()
801 avg_time = max_time; /* immediate catch up on first run */ in wbc_detach_inode()
803 if (max_time >= avg_time / WB_FRN_TIME_CUT_DIV) { in wbc_detach_inode()
814 slots = min(DIV_ROUND_UP(max_time, WB_FRN_HIST_UNIT), in wbc_detach_inode()
/Linux-v6.1/mm/
Dslub.c5031 long max_time; member
5113 if (age > l->max_time) in add_location()
5114 l->max_time = age; in add_location()
5154 l->max_time = age; in add_location()
6086 l->max_time); in slab_debugfs_show()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-devices-system-cpu587 /sys/devices/system/cpu/umwait_control/max_time
602 max_time: Read/write interface to control umwait maximum time