Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Drcutree.h46 void cond_synchronize_rcu(unsigned long oldstate);
Drcutiny.h21 static inline void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
/Linux-v5.15/kernel/
Dtracepoint.c63 cond_synchronize_rcu(snapshot->rcu); in tp_rcu_cond_sync()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_request.c814 cond_synchronize_rcu(rq->rcustate); in request_alloc_slow()
/Linux-v5.15/kernel/rcu/
Dtree.c3857 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
3862 EXPORT_SYMBOL_GPL(cond_synchronize_rcu);
Drcutorture.c501 .cond_sync = cond_synchronize_rcu,
/Linux-v5.15/Documentation/RCU/Design/Requirements/
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-v5.15/kernel/events/
Dcore.c5955 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()