Home
last modified time | relevance | path

Searched refs:atomic_cmpset_long (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/cpu/x86_64/include/
H A Datomic.h496 atomic_cmpset_long(volatile u_long *_dst, u_long _old, u_long _new) in atomic_cmpset_long() function
760 #define atomic_cmpset_acq_long atomic_cmpset_long
761 #define atomic_cmpset_rel_long atomic_cmpset_long
766 #define atomic_cmpset_cpumask atomic_cmpset_long
832 #define atomic_cmpset_64 atomic_cmpset_long
867 atomic_cmpset_long((volatile u_long *)(dst), (u_long)(old), \
/dragonfly/sys/dev/drm/include/linux/
H A Dbitops.h325 } while (atomic_cmpset_long(var, val, val & ~bit) == 0); in test_and_clear_bit()
354 } while (atomic_cmpset_long(var, val, val | bit) == 0); in test_and_set_bit()
H A Datomic.h59 (atomic_cmpset_long((volatile uint64_t *)(p),(o),(n)) ? (o) : (0))
/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap_inval.c216 if (atomic_cmpset_long(ptep, pte, pte & ~(VPTE_RW | VPTE_M))) { in pmap_clean_pte()
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap_inval.c464 if (atomic_cmpset_long(ptep, opte, npte)) { in pmap_inval_smp_cmpset()
814 if (atomic_cmpset_long(info->ptep, in pmap_inval_intr()
H A Dmp_machdep.c903 if (atomic_cmpset_long(&smp_smurf_mask.ary[i], obits, nbits)) { in smp_smurf_fetchset()
H A Dpmap.c3843 atomic_cmpset_long(pmark, PM_NOPLACEMARK, pindex)) { in pv_get_try()
5902 if (!atomic_cmpset_long(iptep, ipte, npte)) in pmap_ts_referenced()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c2645 atomic_cmpset_long(&ipfw_gd.ipfw_track_globexp, in ipfw_track_alloc()
2773 !atomic_cmpset_long(&ipfw_gd.ipfw_state_globexp, in ipfw_state_install()