Home
last modified time | relevance | path

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

/linux-6.15/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.h84 void cond_synchronize_rcu(unsigned long oldstate);
/linux-6.15/kernel/
H A Dtracepoint.c58 cond_synchronize_rcu(snapshot->rcu); in tp_rcu_cond_sync()
/linux-6.15/net/sched/
H A Dsch_generic.c1584 cond_synchronize_rcu(miniq->rcu_state); in mini_qdisc_pair_swap()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_request.c863 cond_synchronize_rcu(rq->rcustate); in request_alloc_slow()
/linux-6.15/kernel/rcu/
H A Dtree.c3580 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
3585 EXPORT_SYMBOL_GPL(cond_synchronize_rcu);
H A Drcutorture.c598 .cond_sync = cond_synchronize_rcu,
/linux-6.15/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
/linux-6.15/kernel/events/
H A Dcore.c6544 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()