Home
last modified time | relevance | path

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

/dpdk/lib/timer/
H A Drte_timer.c353 prev[lvl] = &priv_timer[tim_lcore].pending_head; in timer_get_prev_entries()
420 pending_head.sl_next[0]->expire; in timer_add()
446 priv_timer[prev_owner].pending_head.expire = in timer_del()
728 priv_timer[lcore_id].pending_head.expire = in __rte_timer_manage()
829 if (privp->pending_head.sl_next[0] == NULL) in rte_timer_alt_manage()
846 if (privp->pending_head.sl_next[0] == NULL || in rte_timer_alt_manage()
853 tim = privp->pending_head.sl_next[0]; in rte_timer_alt_manage()
859 if (prev[j] == &privp->pending_head) in rte_timer_alt_manage()
861 privp->pending_head.sl_next[j] = in rte_timer_alt_manage()
889 privp->pending_head.expire = in rte_timer_alt_manage()
[all …]