Home
last modified time | relevance | path

Searched refs:sys_timepoint_cmp (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/kernel/timer/timepoints/src/
Dmain.c44 zassert_true(sys_timepoint_cmp(a, b) == 0); in ZTEST()
45 zassert_true(sys_timepoint_cmp(b, a) == 0); in ZTEST()
49 zassert_true(sys_timepoint_cmp(a, b) == 0); in ZTEST()
50 zassert_true(sys_timepoint_cmp(b, a) == 0); in ZTEST()
54 zassert_true(sys_timepoint_cmp(a, b) < 0); in ZTEST()
55 zassert_true(sys_timepoint_cmp(b, a) > 0); in ZTEST()
59 zassert_true(sys_timepoint_cmp(a, b) < 0); in ZTEST()
60 zassert_true(sys_timepoint_cmp(b, a) > 0); in ZTEST()
64 zassert_true(sys_timepoint_cmp(a, b) == 0); in ZTEST()
65 zassert_true(sys_timepoint_cmp(b, a) == 0); in ZTEST()
[all …]
/Zephyr-latest/include/zephyr/
Dsys_clock.h270 static inline int sys_timepoint_cmp(k_timepoint_t a, k_timepoint_t b) in sys_timepoint_cmp() function
300 static inline int sys_timepoint_cmp(k_timepoint_t a, k_timepoint_t b) in sys_timepoint_cmp() function
/Zephyr-latest/subsys/net/lib/dns/
Ddns_cache.c54 } else if (sys_timepoint_cmp(closest_to_expiry, cache->entries[i].expiry) > 0) { in dns_cache_add()
/Zephyr-latest/subsys/net/ip/
Dipv4_acd.c138 if (sys_timepoint_cmp(ifaddr->acd_timeout, expiry) < 0) { in acd_timer_reschedule()
/Zephyr-latest/subsys/net/lib/sockets/
Dgetaddrinfo.c114 if (sys_timepoint_cmp(end, new_timepoint) < 0) { in recalc_timeout()
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c91 if (sys_timepoint_cmp(slot->expiry, next) < 0) { in dhcpv4_server_timeout_recalc()
1054 (sys_timepoint_cmp(slot->expiry, in dhcpv4_handle_discover()