/kernel/linux/linux-5.10/arch/arm/include/asm/xen/ |
H A D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/kernel/linux/linux-6.6/arch/arm/include/asm/xen/ |
H A D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | context.c | 144 asid = atomic64_xchg(&per_cpu(active_asids, i), 0); in flush_context() 255 && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) in check_and_switch_context()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | context.c | 144 asid = atomic64_xchg(&per_cpu(active_asids, i), 0); in flush_context() 254 && atomic64_xchg(&per_cpu(active_asids, cpu), asid)) in check_and_switch_context()
|
/kernel/linux/linux-5.10/lib/ |
H A D | atomic64.c | 163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() function 175 EXPORT_SYMBOL(atomic64_xchg); variable
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | atomic_64.h | 61 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | atomic64.h | 52 extern s64 atomic64_xchg(atomic64_t *v, s64 new);
|
H A D | local64.h | 84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
|
H A D | atomic-instrumented.h | 1422 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 1427 #define atomic64_xchg atomic64_xchg macro
|
H A D | atomic-long.h | 389 return atomic64_xchg(v, i); in atomic_long_xchg()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | atomic-fallback.h | 2130 #define arch_atomic64_xchg atomic64_xchg 2136 #define atomic64_xchg_acquire atomic64_xchg 2137 #define atomic64_xchg_release atomic64_xchg 2138 #define atomic64_xchg_relaxed atomic64_xchg 2162 #ifndef atomic64_xchg 2164 atomic64_xchg(atomic64_t *v, s64 i) in atomic64_xchg() function 2172 #define atomic64_xchg atomic64_xchg macro
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | atomic.h | 131 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | local64.h | 94 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n))
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nfnetlink_acct.c | 150 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info() 151 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
|
H A D | nf_conntrack_netlink.c | 250 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters() 251 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink_acct.c | 161 pkts = atomic64_xchg(&acct->pkts, 0); in nfnl_acct_fill_info() 162 bytes = atomic64_xchg(&acct->bytes, 0); in nfnl_acct_fill_info()
|
H A D | nf_conntrack_netlink.c | 266 pkts = atomic64_xchg(&counter[dir].packets, 0); in dump_counters() 267 bytes = atomic64_xchg(&counter[dir].bytes, 0); in dump_counters()
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | atomic.h | 202 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | atomic.h | 224 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | atomic.h | 405 #define atomic64_xchg(v, new) (xchg(&((v)->counter), (new))) macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | atomic.h | 215 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | atomic.h | 361 static inline s64 atomic64_xchg(atomic64_t *ptr, s64 new)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | atomic.h | 508 #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 251 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 259 } while (atomic64_xchg(&rdev->fence_drv[ring].last_seq, seq) > seq); in radeon_fence_activity()
|