Home
last modified time | relevance | path

Searched refs:__atomic_pre_full_fence (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Datomic-fallback.h128 __atomic_pre_full_fence(); in atomic_add_return()
170 __atomic_pre_full_fence(); in atomic_fetch_add()
212 __atomic_pre_full_fence(); in atomic_sub_return()
254 __atomic_pre_full_fence(); in atomic_fetch_sub()
344 __atomic_pre_full_fence(); in atomic_inc_return()
425 __atomic_pre_full_fence(); in atomic_fetch_inc()
515 __atomic_pre_full_fence(); in atomic_dec_return()
596 __atomic_pre_full_fence(); in atomic_fetch_dec()
638 __atomic_pre_full_fence(); in atomic_fetch_and()
728 __atomic_pre_full_fence(); in atomic_fetch_andnot()
[all …]
Datomic.h44 #ifndef __atomic_pre_full_fence
45 #define __atomic_pre_full_fence smp_mb__before_atomic macro
68 __atomic_pre_full_fence(); \
/Linux-v5.4/scripts/atomic/fallbacks/
Dfence6 __atomic_pre_full_fence();