Searched refs:cmpxchg_acq (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/ia64/include/asm/ |
D | bitops.h | 52 } while (cmpxchg_acq(m, old, new) != old); in set_bit() 93 } while (cmpxchg_acq(m, old, new) != old); in clear_bit() 174 } while (cmpxchg_acq(m, old, new) != old); in change_bit() 213 } while (cmpxchg_acq(m, old, new) != old); in test_and_set_bit() 267 } while (cmpxchg_acq(m, old, new) != old); in test_and_clear_bit() 312 } while (cmpxchg_acq(m, old, new) != old); in test_and_change_bit()
|
/Linux-v5.10/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 115 #define cmpxchg_acq(ptr, o, n) \ macro 130 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) 131 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n))
|
/Linux-v5.10/arch/ia64/kernel/ |
D | traps.c | 316 (void) cmpxchg_acq(&last.count, count, 16 + (count & ~15)); in handle_fpu_swa()
|