Searched refs:atomic_cmpset_ptr (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dllist.h39 } while (atomic_cmpset_ptr((uintptr_t *)&head->first,
52 } while (atomic_cmpset_ptr((uintptr_t *)&head->first,
66 } while (atomic_cmpset_ptr((uintptr_t *)&head->first,
/freebsd-13-stable/sys/arm/include/
H A Datomic.h70 #define atomic_cmpset_ptr atomic_cmpset_32 macro
/freebsd-13-stable/sys/dev/pty/
H A Dpty.c68 if (!atomic_cmpset_ptr((uintptr_t *)&dev->si_drv1, 0, 1))
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h749 #define atomic_cmpset_ptr atomic_cmpset_long macro
753 #define atomic_cmpset_ptr atomic_cmpset_int macro
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h455 #define atomic_cmpset_ptr atomic_cmpset_64 macro
/freebsd-13-stable/sys/sys/
H A Datomic_san.h226 #define atomic_cmpset_ptr kcsan_atomic_cmpset_ptr macro
/freebsd-13-stable/sys/amd64/include/
H A Datomic.h671 #define atomic_cmpset_ptr atomic_cmpset_long macro
/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c412 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head,
741 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head,
/freebsd-13-stable/sys/dev/ismt/
H A Dismt.c204 acquired = atomic_cmpset_ptr(
/freebsd-13-stable/sys/mips/include/
H A Datomic.h772 #define atomic_cmpset_ptr atomic_cmpset_long macro
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h539 #define atomic_cmpset_ptr atomic_cmpset_64 macro
/freebsd-13-stable/sys/kern/
H A Dkern_lock.c1525 if (!atomic_cmpset_ptr(&lk->lk_lock, x, v)) {
1555 if (!atomic_cmpset_ptr(&lk->lk_lock, x,
H A Dkern_exec.c1352 if (!atomic_cmpset_ptr((uintptr_t *)DPCPU_PTR(exec_args_kva),
/freebsd-13-stable/sys/i386/include/
H A Datomic.h929 #define atomic_cmpset_ptr(dst, old, new) \ macro
/freebsd-13-stable/sys/netgraph/netflow/
H A Dnetflow.c546 if (atomic_cmpset_ptr((volatile uintptr_t *)&priv->fib_data[fib],
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.c707 } while (atomic_cmpset_ptr(putp, old, new) == 0);
/freebsd-13-stable/sys/arm64/arm64/
H A Dgicv3_its.c581 if (atomic_cmpset_ptr((uintptr_t *)&conf_base,

Completed in 287 milliseconds