Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Drcutree.h44 void cond_synchronize_rcu(unsigned long oldstate);
Drcutiny.h25 static inline void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_request.c761 cond_synchronize_rcu(rq->rcustate); in request_alloc_slow()
/Linux-v5.10/kernel/rcu/
Dtree.c3671 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
3678 EXPORT_SYMBOL_GPL(cond_synchronize_rcu);
Drcutorture.c464 .cond_sync = cond_synchronize_rcu,
/Linux-v5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst1375 ``get_state_synchronize_rcu()`` and ``cond_synchronize_rcu()`` functions
1395 16 cond_synchronize_rcu(s);
1404 ``cond_synchronize_rcu()`` has appeared quite recently, so it is too
/Linux-v5.10/kernel/events/
Dcore.c5792 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()