Searched refs:atomic_cmpset_rel_int (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 95 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 111 if (atomic_cmpset_rel_int(v, oldv, newv)) in atomic_cmpxchg() 126 } while (!atomic_cmpset_rel_int(v, oldv, newv)); in atomic_xchg()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 537 #define atomic_cmpset_rel_int atomic_cmpset_int macro 619 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 792 #define atomic_cmpset_rel_int atomic_cmpset_int macro 874 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int 935 atomic_cmpset_rel_int((volatile u_int *)(dst), (u_int)(old), \
|
| /f-stack/freebsd/vm/ |
| H A D | vm_page.h | 761 if (!atomic_cmpset_rel_int(&(m)->busy_lock, \ 766 if (!atomic_cmpset_rel_int(&(m)->busy_lock, \
|
| /f-stack/freebsd/netipsec/ |
| H A D | subr_ipsec.c | 151 } while (atomic_cmpset_rel_int(cntr, old, new) == 0); in ipsec_kmod_exit()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_ktr.c | 369 } while (atomic_cmpset_rel_int(&ktr_idx, saveindex, newindex) == 0); in ktr_tracepoint()
|
| /f-stack/freebsd/sys/ |
| H A D | _cscan_atomic.h | 171 #define atomic_cmpset_rel_int kcsan_atomic_cmpset_rel_int macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 519 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 662 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
|