Searched refs:_atomic_cmpxchg (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
H A Dcmpxchg.h37 int _atomic_cmpxchg(int *ptr, int o, int n);
56 (typeof(*(ptr)))_atomic_cmpxchg((int *)ptr, (int)o, \
/linux-4.4.14/arch/tile/lib/
H A Datomic_32.c79 * in the assembly, as is done for _atomic_cmpxchg(). _atomic_xchg_add_unless()
85 int _atomic_cmpxchg(int *v, int o, int n) _atomic_cmpxchg() function
89 EXPORT_SYMBOL(_atomic_cmpxchg); variable
133 * in the assembly, as is done for _atomic_cmpxchg(). _atomic64_xchg_add_unless()

Completed in 64 milliseconds