Lines Matching full:latency
99 * CEDE_LATENCY_TOKEN corresponds to the token value for Cede Latency
105 * If the platform supports the cede latency settings information system
109 * a. The first byte is the length “N” of each cede latency setting record minus
112 * b. For each supported cede latency setting a cede latency setting record
119 * | Cede Latency | 1 Byte |
123 * | latency in | 8 Bytes |
131 * This version has cede latency record size = 10.
207 pr_info("xcede: Record %d : hint = %u, latency = 0x%llx tb ticks, Wake-on-irq = %u\n", in parse_cede_parameters()
352 min_latency_us = dedicated_states[1].exit_latency; // CEDE latency in fixup_cede0_latency()
367 pr_warn("cpuidle: xcede record %d has an unrealistic latency of 0us.\n", i); in fixup_cede0_latency()
374 * By default, we assume that CEDE(0) has exit latency 10us, in fixup_cede0_latency()
377 * However, if the wakeup latency of an Extended CEDE state is in fixup_cede0_latency()
385 * We set a minimum of 1us wakeup latency for cede0 to in fixup_cede0_latency()
395 pr_info("cpuidle: Fixed up CEDE exit latency to %llu us\n", in fixup_cede0_latency()