Home
last modified time | relevance | path

Searched refs:smp_mb__after_srcu_read_unlock (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsrcu.h203 static inline void smp_mb__after_srcu_read_unlock(void) in smp_mb__after_srcu_read_unlock() function
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dchecklist.rst411 For SRCU readers, you can use smp_mb__after_srcu_read_unlock()
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2525 readers. It also motivates the ``smp_mb__after_srcu_read_unlock()`` API,
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9170 smp_mb__after_srcu_read_unlock(); in vcpu_enter_guest()