Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drcutree.h44 void cond_synchronize_rcu(unsigned long oldstate);
H A Drcutiny.h25 static inline void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
/OK3568_Linux_fs/kernel/kernel/
H A Dtracepoint.c63 cond_synchronize_rcu(snapshot->rcu); in tp_rcu_cond_sync()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_request.c761 cond_synchronize_rcu(rq->rcustate); in request_alloc_slow()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.c3719 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() function
3726 EXPORT_SYMBOL_GPL(cond_synchronize_rcu);
H A Drcutorture.c464 .cond_sync = cond_synchronize_rcu,
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_qcom201 cond_synchronize_rcu
H A Dabi_gki_aarch64_galaxy914 cond_synchronize_rcu
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A 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
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c5854 cond_synchronize_rcu(event->rcu_batches); in ring_buffer_attach()