Home
last modified time | relevance | path

Searched refs:atomic_cmpset_ptr (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dllist.h39 } while (atomic_cmpset_ptr((uintptr_t *)&head->first, in llist_del_first()
52 } while (atomic_cmpset_ptr((uintptr_t *)&head->first, in llist_add()
66 } while (atomic_cmpset_ptr((uintptr_t *)&head->first, in llist_add_batch()
/freebsd-14.2/sys/dev/pty/
H A Dpty.c66 if (!atomic_cmpset_ptr((uintptr_t *)&dev->si_drv1, 0, 1)) in ptydev_fdopen()
/freebsd-14.2/sys/powerpc/include/
H A Datomic.h743 #define atomic_cmpset_ptr atomic_cmpset_long macro
747 #define atomic_cmpset_ptr atomic_cmpset_int macro
/freebsd-14.2/usr.sbin/bhyve/
H A Dblock_if.c429 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head, in blockif_sigcont_handler()
864 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head, in blockif_cancel()
/freebsd-14.2/sys/riscv/include/
H A Datomic.h453 #define atomic_cmpset_ptr atomic_cmpset_64 macro
/freebsd-14.2/sys/amd64/include/
H A Datomic.h584 #define atomic_cmpset_ptr atomic_cmpset_long macro
/freebsd-14.2/sys/i386/include/
H A Datomic.h848 #define atomic_cmpset_ptr(dst, old, new) \ macro
/freebsd-14.2/sys/arm64/include/
H A Datomic.h606 #define atomic_cmpset_ptr atomic_cmpset_64 macro
/freebsd-14.2/sys/sys/
H A Datomic_san.h261 #define atomic_cmpset_ptr ATOMIC_SAN(cmpset_ptr) macro
/freebsd-14.2/sys/kern/
H A Dkern_lock.c1534 if (!atomic_cmpset_ptr(&lk->lk_lock, x, v)) { in __lockmgr_args()
1564 if (!atomic_cmpset_ptr(&lk->lk_lock, x, in __lockmgr_args()
H A Dkern_exec.c1452 if (!atomic_cmpset_ptr((uintptr_t *)DPCPU_PTR(exec_args_kva), in exec_release_args_kva()
/freebsd-14.2/sys/dev/ismt/
H A Dismt.c202 acquired = atomic_cmpset_ptr( in ismt_callback()
/freebsd-14.2/sys/arm/include/
H A Datomic.h1064 #define atomic_cmpset_ptr atomic_cmpset_32 macro
/freebsd-14.2/sys/netlink/route/
H A Dnexthop.c621 if (!atomic_cmpset_ptr((uintptr_t *)&V_un_ctl, (uintptr_t)NULL, (uintptr_t)ctl)) { in vnet_init_unhops()
/freebsd-14.2/sys/netgraph/netflow/
H A Dnetflow.c551 if (atomic_cmpset_ptr((volatile uintptr_t *)&priv->fib_data[fib], in ng_netflow_fib_init()
/freebsd-14.2/sys/dev/sfxge/
H A Dsfxge_tx.c705 } while (atomic_cmpset_ptr(putp, old, new) == 0); in sfxge_tx_qdpl_put_unlocked()