Home
last modified time | relevance | path

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

/dflybsd-src/sys/cpu/x86_64/include/
H A Datomic.h383 atomic_cmpxchg_int(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpxchg_int()
395 atomic_cmpxchg_long_test(volatile u_long *_dst, u_long _old, u_long _new) in atomic_cmpxchg_long_test()
409 atomic_cmpset_short(volatile u_short *_dst, u_short _old, u_short _new) in atomic_cmpset_short()
421 atomic_fcmpset_char(volatile u_char *_dst, u_char *_old, u_char _new) in atomic_fcmpset_char()
434 atomic_fcmpset_short(volatile u_short *_dst, u_short *_old, u_short _new) in atomic_fcmpset_short()
447 atomic_cmpset_int(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpset_int()
459 atomic_fcmpset_int(volatile u_int *_dst, u_int *_old, u_int _new) in atomic_fcmpset_int()
472 atomic_cmpset_int_xacquire(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpset_int_xacquire()
484 atomic_cmpset_int_xrelease(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpset_int_xrelease()
496 atomic_cmpset_long(volatile u_long *_dst, u_long _old, u_long _new) in atomic_cmpset_long()
[all …]