Home
last modified time | relevance | path

Searched refs:k_cyc_to_ns_ceil64 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c174 actual_ns = k_cyc_to_ns_ceil64(now + then); in common_lower_bound_check()
178 actual_ns = k_cyc_to_ns_ceil64(now); in common_lower_bound_check()
/Zephyr-latest/drivers/sip_svc/
Dsip_smc_intel_socfpga.c192 k_cyc_to_ns_ceil64(end - start)); in intel_sip_secure_monitor_call()
/Zephyr-latest/tests/kernel/mem_protect/demand_paging/mem_map/src/
Dmain.c418 time_ns = k_cyc_to_ns_ceil64(hist->bounds[idx]); in print_histogram()
/Zephyr-latest/include/zephyr/sys/
Dtime_units.h1493 #define k_cyc_to_ns_ceil64(t) \ macro