Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_timer/
H A Drte_timer.c43 unsigned curr_skiplist_depth; member
358 unsigned lvl = priv_timer[tim_lcore].curr_skiplist_depth; in timer_get_prev_entries()
410 priv_timer[tim_lcore].curr_skiplist_depth); in timer_add()
411 if (tim_level == priv_timer[tim_lcore].curr_skiplist_depth) in timer_add()
412 priv_timer[tim_lcore].curr_skiplist_depth++; in timer_add()
463 for (i = priv_timer[prev_owner].curr_skiplist_depth - 1; i >= 0; i--) in timer_del()
465 priv_timer[prev_owner].curr_skiplist_depth --; in timer_del()
705 for (i = priv_timer[lcore_id].curr_skiplist_depth -1; i >= 0; i--) { in __rte_timer_manage()
711 priv_timer[lcore_id].curr_skiplist_depth--; in __rte_timer_manage()
864 for (j = privp->curr_skiplist_depth - 1; j >= 0; j--) { in rte_timer_alt_manage()
[all …]