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

/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, \
/arch/tile/lib/
H A Datomic_32.c79 * in the assembly, as is done for _atomic_cmpxchg().
85 int _atomic_cmpxchg(int *v, int o, int n) function
89 EXPORT_SYMBOL(_atomic_cmpxchg); variable
127 * in the assembly, as is done for _atomic_cmpxchg().

Completed in 95 milliseconds