Searched refs:latency_us (Results 1 – 4 of 4) sorted by relevance
126 unsigned long long latency, latency_us; in handle_timerlat_sample() local133 latency_us = tp_args->timer_latency / 1000; in handle_timerlat_sample()140 if (irq_threshold != 0 && latency_us >= irq_threshold) in handle_timerlat_sample()146 if (thread_threshold != 0 && latency_us >= thread_threshold) in handle_timerlat_sample()152 if (thread_threshold != 0 && latency_us >= thread_threshold) in handle_timerlat_sample()
178 unsigned int latency_us = UINT_MAX; in __cpuidle_cooling_register() local195 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()
63 u32 latency_us; member128 dom_info->latency_us = le32_to_cpu(attr->latency); in scmi_reset_domain_attributes_get()129 if (dom_info->latency_us == U32_MAX) in scmi_reset_domain_attributes_get()130 dom_info->latency_us = 0; in scmi_reset_domain_attributes_get()172 return dom->latency_us; in scmi_reset_latency_get()
34 unsigned int latency_us);