Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_rcu/
H A Drte_rcu_qsbr.c102 id = thread_id & __RTE_QSBR_THRID_MASK; in rte_rcu_qsbr_thread_register()
154 id = thread_id & __RTE_QSBR_THRID_MASK; in rte_rcu_qsbr_thread_unregister()
H A Drte_rcu_qsbr.h75 #define __RTE_QSBR_THRID_MASK 0x3f macro