Searched refs:new_bmap (Results 1 – 1 of 1) sorted by relevance
89 uint64_t old_bmap, new_bmap; in rte_rcu_qsbr_thread_register() local115 new_bmap = old_bmap | (1UL << id); in rte_rcu_qsbr_thread_register()118 &old_bmap, &new_bmap, 0, in rte_rcu_qsbr_thread_register()141 uint64_t old_bmap, new_bmap; in rte_rcu_qsbr_thread_unregister() local167 new_bmap = old_bmap & ~(1UL << id); in rte_rcu_qsbr_thread_unregister()174 &old_bmap, &new_bmap, 0, in rte_rcu_qsbr_thread_unregister()