Home
last modified time | relevance | path

Searched defs:current_cycles (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/kernel/common/src/
Dboot_delay.c32 uint32_t current_cycles = k_cycle_get_32(); in ZTEST() local
/Zephyr-latest/kernel/
Dbusy_wait.c27 uint32_t current_cycles = k_cycle_get_32(); in z_impl_k_busy_wait() local
/Zephyr-latest/drivers/timer/
Darm_arch_timer.c206 uint64_t current_cycles = arm_arch_timer_count(); in arch_busy_wait() local
/Zephyr-latest/drivers/input/
Dinput_kbd_matrix.c284 uint32_t current_cycles; in input_kbd_matrix_poll() local
/Zephyr-latest/include/zephyr/kernel/
Dthread.h227 uint64_t current_cycles; /* current # of non-idle cycles */ member