Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c693 uint64_t tmo_nsec; in check_timeout() local
696 tmo_nsec = evtim->timeout_ticks * sw->timer_tick_ns; in check_timeout()
697 if (tmo_nsec > sw->max_tmo_ns) in check_timeout()
699 if (tmo_nsec < sw->timer_tick_ns) in check_timeout()