Searched refs:ia64_fetchadd4_acq (Results 1 – 3 of 3) sorted by relevance
24 if (unlikely(ia64_fetchadd4_acq(count, -1) != 1)) in __mutex_fastpath_lock()39 if (unlikely(ia64_fetchadd4_acq(count, -1) != 1)) in __mutex_fastpath_lock_retval()
62 #define ia64_fetchadd4_acq __fetchadd4_acq macro
233 #define ia64_fetchadd4_acq(p, inc) \ macro