Searched defs:time_delta (Results 1 – 2 of 2) sorted by relevance
544 int32_t time_delta = k_uptime_delta(×tamp); in pub_delayable_check() local593 int32_t time_delta = k_uptime_delta(×tamp); in recv_delayable_check() local631 int32_t time_delta = k_uptime_delta(×tamp); in pub_jitter_check() local667 int32_t time_delta = k_uptime_delta(×tamp); in recv_jitter_check() local916 int32_t time_delta = k_uptime_delta(×tamp); in test_tx_cancel() local964 int32_t time_delta = k_uptime_delta(×tamp); in test_rx_cancel() local
93 static inline uint32_t time_delta(uint32_t ts, uint32_t t) in time_delta() function