Searched refs:nto (Results 1 – 1 of 1) sorted by relevance
19 static void dump_nto(const struct net_timeout *nto)21 uint64_t remaining = nto->timer_timeout;22 uint64_t deadline = nto->timer_start;24 remaining += NET_TIMEOUT_MAX_VALUE * nto->wrap_counter;28 nto->timer_start, nto->wrap_counter,29 NET_TIMEOUT_MAX_VALUE, nto->timer_timeout,48 struct net_timeout nto; in ZTEST() local53 memset(&nto, 0xa5, sizeof(nto)); in ZTEST()54 net_timeout_set(&nto, 0, now); in ZTEST()55 zassert_equal(nto.timer_start, now); in ZTEST()[all …]