Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtasks.h123 atomic_t barrier_q_count; member
413 if (atomic_dec_and_test(&rtp->barrier_q_count)) in rcu_barrier_tasks_generic_cb()
435 atomic_set(&rtp->barrier_q_count, 2); in rcu_barrier_tasks_generic()
443 atomic_inc(&rtp->barrier_q_count); in rcu_barrier_tasks_generic()
446 if (atomic_sub_and_test(2, &rtp->barrier_q_count)) in rcu_barrier_tasks_generic()
789 atomic_read(&rtp->barrier_q_count)); in rcu_tasks_torture_stats_print_generic()