Home
last modified time | relevance | path

Searched refs:latency_us (Results 1 – 3 of 3) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c143 unsigned long long latency, latency_us; in handle_timerlat_sample()
150 latency_us = tp_args->timer_latency / 1000; in handle_timerlat_sample()
157 if (irq_threshold != 0 && latency_us >= irq_threshold) in handle_timerlat_sample()
163 if (thread_threshold != 0 && latency_us >= thread_threshold)
169 if (thread_threshold != 0 && latency_us >= thread_threshold)
126 unsigned long long latency, latency_us; handle_timerlat_sample() local
/linux/drivers/thermal/
H A Dcpuidle_cooling.c178 unsigned int latency_us = UINT_MAX; in __cpuidle_cooling_register() local
195 of_property_read_u32(np, "exit-latency-us", &latency_us); in __cpuidle_cooling_register()
198 idle_inject_set_latency(ii_dev, latency_us); in __cpuidle_cooling_register()
218 name, idle_duration_us, latency_us); in __cpuidle_cooling_register()
/linux/include/linux/
H A Didle_inject.h34 unsigned int latency_us);