Home
last modified time | relevance | path

Searched refs:smp_llsc_mb (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dbarrier.h95 * ordering will be done by smp_llsc_mb() and friends.
99 # define smp_llsc_mb() \ macro
104 # define smp_llsc_mb() do { } while (0) macro
117 #define smp_mb__before_llsc() smp_llsc_mb()
118 #define __smp_mb__before_llsc() smp_llsc_mb()
133 #define __smp_mb__after_atomic() smp_llsc_mb()
H A Dcmpxchg.h108 smp_llsc_mb(); \
205 smp_llsc_mb(); \
314 smp_llsc_mb(); \
H A Dbitops.h196 smp_llsc_mb(); in test_and_set_bit_lock()
248 smp_llsc_mb(); in test_and_clear_bit()
279 smp_llsc_mb(); in test_and_change_bit()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dbarrier.h95 * ordering will be done by smp_llsc_mb() and friends.
99 # define smp_llsc_mb() \ macro
104 # define smp_llsc_mb() do { } while (0) macro
117 #define smp_mb__before_llsc() smp_llsc_mb()
118 #define __smp_mb__before_llsc() smp_llsc_mb()
133 #define __smp_mb__after_atomic() smp_llsc_mb()
H A Dcmpxchg.h107 smp_llsc_mb(); \
204 smp_llsc_mb(); \
313 smp_llsc_mb(); \
H A Dbitops.h194 smp_llsc_mb(); in test_and_set_bit_lock()
246 smp_llsc_mb(); in test_and_clear_bit()
277 smp_llsc_mb(); in test_and_change_bit()

Completed in 4 milliseconds