Searched defs:_old (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Datomic-v6.h238 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
248 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
258 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) argument
268 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
278 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
288 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) argument
298 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) argument
307 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_ argument
317 atomic_fcmpset_rel_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) argument
327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) argument
336 atomic_fcmpset_acq_long(volatile u_long *_ptr, u_long *_old, u_long _new) argument
346 atomic_fcmpset_rel_long(volatile u_long *_ptr, u_long *_old, u_long _new) argument
356 atomic_fcmpset_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
365 atomic_fcmpset_acq_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
375 atomic_fcmpset_rel_64(volatile uint64_t *_ptr, uint64_t *_old, uint64_t _new) argument
424 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) argument
434 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) argument
444 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) argument
454 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
464 atomic_cmpset_acq_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
474 atomic_cmpset_rel_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) argument
484 atomic_cmpset_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
493 atomic_cmpset_acq_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
503 atomic_cmpset_rel_32(volatile uint32_t *_ptr, uint32_t _old, uint32_t _new) argument
513 atomic_cmpset_long(volatile u_long *_ptr, u_long _old, u_long _new) argument
522 atomic_cmpset_acq_long(volatile u_long *_ptr, u_long _old, u_long _new) argument
532 atomic_cmpset_rel_long(volatile u_long *_ptr, u_long _old, u_long _new) argument
542 atomic_cmpset_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
551 atomic_cmpset_acq_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
561 atomic_cmpset_rel_64(volatile uint64_t *_ptr, uint64_t _old, uint64_t _new) argument
[all...]

Completed in 95 milliseconds