Searched refs:ia64_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 70 #define ia64_cmpxchg(sem, ptr, old, new, size) \ macro 115 ia64_cmpxchg(acq, (ptr), (o), (n), sizeof(*(ptr))) 117 ia64_cmpxchg(rel, (ptr), (o), (n), sizeof(*(ptr)))
|
/arch/ia64/include/asm/ |
D | atomic.h | 41 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic_t)) != old); \ 93 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic64_t)) != old); \
|
D | spinlock.h | 65 return ia64_cmpxchg(acq, &lock->lock, tmp, tmp + 1, sizeof (tmp)) == tmp; in __ticket_spin_trylock()
|
/arch/ia64/kernel/ |
D | perfmon.c | 4280 old = ia64_cmpxchg(acq, &thread->pfm_context, NULL, ctx, sizeof(pfm_context_t *)); in pfm_context_load()
|