Searched refs:mm_atomic_cmpxchg_imp (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_ndismono.h | 81 #define mm_atomic_cmpxchg_imp(_p, _old_val, _new_val) \ macro
|
H A D | mm_dos.h | 115 static __inline s32_t mm_atomic_cmpxchg_imp(u32_t *p, in mm_atomic_cmpxchg_imp() function
|
H A D | mm_linux.h | 78 #define mm_atomic_cmpxchg_imp(_p, _cmp, _new_v) ediag_atomic_cmpxchg((s32_t *)_p, (int)_cmp, (int)_… macro
|
H A D | mm_solaris.h | 75 #define mm_atomic_cmpxchg_imp(_p, _old_val, _new_val) \ macro
|
H A D | mm_uefi.h | 120 static __inline s32_t mm_atomic_cmpxchg_imp(u32_t *p, in mm_atomic_cmpxchg_imp() function
|
H A D | mm_vbd.h | 98 #define mm_atomic_cmpxchg_imp(_p, _old_val, _new_val) \ macro
|
H A D | mm.h | 110 mm_atomic_cmpxchg_imp(_p, _old_val, _new_val)
|