Searched refs:cmpxchg_acq (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dbitops.h41 } while (cmpxchg_acq(m, old, new) != old);
88 } while (cmpxchg_acq(m, old, new) != old);
113 } while (cmpxchg_acq(m, old, new) != old);
152 } while (cmpxchg_acq(m, old, new) != old);
197 } while (cmpxchg_acq(m, old, new) != old);
242 } while (cmpxchg_acq(m, old, new) != old);
H A Dspinlock.h100 #define spin_trylock(x) (cmpxchg_acq(&(x)->lock, 0, 1) == 0)
H A Dsystem.h334 #define cmpxchg_acq(ptr,o,n) ia64_cmpxchg("acq", (ptr), (o), (n), sizeof(*(ptr))) macro
338 #define cmpxchg(ptr,o,n) cmpxchg_acq(ptr,o,n)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dbitops.h41 } while (cmpxchg_acq(m, old, new) != old);
88 } while (cmpxchg_acq(m, old, new) != old);
113 } while (cmpxchg_acq(m, old, new) != old);
152 } while (cmpxchg_acq(m, old, new) != old);
197 } while (cmpxchg_acq(m, old, new) != old);
242 } while (cmpxchg_acq(m, old, new) != old);
H A Dspinlock.h100 #define spin_trylock(x) (cmpxchg_acq(&(x)->lock, 0, 1) == 0)
H A Dsystem.h334 #define cmpxchg_acq(ptr,o,n) ia64_cmpxchg("acq", (ptr), (o), (n), sizeof(*(ptr))) macro
338 #define cmpxchg(ptr,o,n) cmpxchg_acq(ptr,o,n)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dllsc4.c226 old = cmpxchg_acq(lock, NOLOCK, id);

Completed in 135 milliseconds