Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcutiny.h56 static inline void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
63 cond_synchronize_rcu(rgosp->rgos_norm); in cond_synchronize_rcu_full()
78 cond_synchronize_rcu(oldstate); in cond_synchronize_rcu_expedited()
H A Drcutree.h88 void cond_synchronize_rcu(unsigned long oldstate);
/openbmc/linux/kernel/
H A Dtracepoint.c63 cond_synchronize_rcu(snapshot->rcu); in tp_rcu_cond_sync()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.c864 cond_synchronize_rcu(rq->rcustate); in request_alloc_slow()
/openbmc/linux/net/sched/
H A Dsch_generic.c1582 cond_synchronize_rcu(miniq->rcu_state); in mini_qdisc_pair_swap()
/openbmc/linux/kernel/rcu/
H A Dtree.c3882 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
3887 EXPORT_SYMBOL_GPL(cond_synchronize_rcu);
H A Drcutorture.c556 .cond_sync = cond_synchronize_rcu,
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1376 get_state_synchronize_rcu() and cond_synchronize_rcu() functions
1396 16 cond_synchronize_rcu(s);
1405 cond_synchronize_rcu() has appeared quite recently, so it is too
/openbmc/linux/kernel/events/
H A Dcore.c6248 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()