Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/rcu/
Dtasks.h114 atomic_t barrier_q_count; member
391 if (atomic_dec_and_test(&rtp->barrier_q_count)) in rcu_barrier_tasks_generic_cb()
412 atomic_set(&rtp->barrier_q_count, 2); in rcu_barrier_tasks_generic()
420 atomic_inc(&rtp->barrier_q_count); in rcu_barrier_tasks_generic()
423 if (atomic_sub_and_test(2, &rtp->barrier_q_count)) in rcu_barrier_tasks_generic()