Searched refs:ia64_cmpxchg (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Datomic.h40 } while (ia64_cmpxchg("acq", v, old, old + i, sizeof(atomic_t)) != old);
54 } while (ia64_cmpxchg("acq", v, old, new, sizeof(atomic_t)) != old);
H A Dsystem.h292 #define ia64_cmpxchg(sem,ptr,old,new,size) \ macro
334 #define cmpxchg_acq(ptr,o,n) ia64_cmpxchg("acq", (ptr), (o), (n), sizeof(*(ptr)))
335 #define cmpxchg_rel(ptr,o,n) ia64_cmpxchg("rel", (ptr), (o), (n), sizeof(*(ptr)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Datomic.h40 } while (ia64_cmpxchg("acq", v, old, old + i, sizeof(atomic_t)) != old);
54 } while (ia64_cmpxchg("acq", v, old, new, sizeof(atomic_t)) != old);
H A Dsystem.h292 #define ia64_cmpxchg(sem,ptr,old,new,size) \ macro
334 #define cmpxchg_acq(ptr,o,n) ia64_cmpxchg("acq", (ptr), (o), (n), sizeof(*(ptr)))
335 #define cmpxchg_rel(ptr,o,n) ia64_cmpxchg("rel", (ptr), (o), (n), sizeof(*(ptr)))

Completed in 49 milliseconds