Lines Matching defs:_old

199 	      [oldv] "r"  (_old),                             \
224 [oldv] "r" (_old), \
230 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
240 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
250 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
260 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new)
270 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new)
280 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new)
290 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new)
299 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new)
309 atomic_fcmpset_rel_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new)
319 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new)
328 atomic_fcmpset_acq_long(volatile u_long *_ptr, u_long *_old, u_long _new)
338 atomic_fcmpset_rel_long(volatile u_long *_ptr, u_long *_old, u_long _new)
348 atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)
357 atomic_fcmpset_acq_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)
367 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new)
388 [oldv] "r" (_old), \
410 [oldv] "r" (_old), \
416 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new)
426 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new)
436 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new)
446 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new)
456 atomic_cmpset_acq_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new)
466 atomic_cmpset_rel_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new)
476 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new)
485 atomic_cmpset_acq_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new)
495 atomic_cmpset_rel_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new)
505 atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new)
514 atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new)
524 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new)
534 atomic_cmpset_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new)
543 atomic_cmpset_acq_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new)
553 atomic_cmpset_rel_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new)