Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcutiny.h49 bool poll_state_synchronize_rcu(unsigned long oldstate);
53 return poll_state_synchronize_rcu(rgosp->rgos_norm); in poll_state_synchronize_rcu_full()
H A Drcutree.h82 bool poll_state_synchronize_rcu(unsigned long oldstate);
/linux/kernel/rcu/
H A Dtiny.c227 bool poll_state_synchronize_rcu(unsigned long oldstate) in poll_state_synchronize_rcu() function
231 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu);
H A Dtree_exp.h1001 while (!poll_state_synchronize_rcu(s)) { in sync_rcu_do_polled_gp()
1009 if (poll_state_synchronize_rcu(s)) in sync_rcu_do_polled_gp()
1035 if (!poll_state_synchronize_rcu(s)) { in start_poll_synchronize_rcu_expedited()
1088 if (!poll_state_synchronize_rcu(oldstate)) in cond_synchronize_rcu_expedited()
H A Dtree.c3551 bool poll_state_synchronize_rcu(unsigned long oldstate) in poll_state_synchronize_rcu() function
3560 EXPORT_SYMBOL_GPL(poll_state_synchronize_rcu);
3631 if (!poll_state_synchronize_rcu(oldstate)) in cond_synchronize_rcu()
H A Dtasks.h460 bool gpdone = poll_state_synchronize_rcu(rtp->percpu_dequeue_gpseq); in rcu_tasks_need_gpcb()
H A Drcutorture.c609 .poll_gp_state = poll_state_synchronize_rcu,
619 .poll_gp_state_exp = poll_state_synchronize_rcu,
/linux/lib/
H A Dstackdepot.c413 if (!poll_state_synchronize_rcu(stack->rcu_state)) in depot_pop_free()
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst128 | poll_state_synchronize_rcu(). Consider this code:: |
134 | while (!poll_state_synchronize_rcu(g)) r1 = READ_ONCE(X) |
/linux/kernel/futex/
H A Dcore.c1668 if (poll_state_synchronize_rcu(mm->futex_batches)) { in futex_ref_drop()
/linux/net/sched/
H A Dsch_generic.c1555 else if (!poll_state_synchronize_rcu(miniq->rcu_state)) in mini_qdisc_pair_swap()
/linux/mm/
H A Dslab_common.c1695 if (krcp->head && poll_state_synchronize_rcu(krcp->head_gp_snap)) { in kvfree_rcu_drain_ready()
/linux/Documentation/RCU/
H A DwhatisRCU.rst1097 poll_state_synchronize_rcu
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2004poll_state_synchronize_rcu(cookie);