Searched refs:atomic_add (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/dev/drm2/
H A Ddrm_atomic.h46 #define atomic_add(v, p) atomic_add_int(p, v) macro
48 #define atomic_inc(p) atomic_add(1, p)
H A Ddrm_irq.c899 atomic_add(diff, &dev->_vblank_count[crtc]);
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Datomic.h43 #define atomic_add_32(v, i) atomic_add((i), (atomic_t *)(v))
H A Dkmem.h173 #define kmem_alloc_used_add(size) atomic_add(size, &kmem_alloc_used)
/freebsd-current/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl118 atomic_add?:
125 [!B1] B atomic_add?
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c234 atomic_add(mb->len, &ssk->rcv_nxt);
240 atomic_add(mb->m_pkthdr.len, &ssk->rcv_nxt);
H A Dsdp_zcopy.c603 atomic_add(copied, &ssk->rcv_nxt);
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h91 #define atomic_add(v, p) atomic_add_int(p, v) macro
/freebsd-current/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h46 #define atomic_add(i, v) atomic_add_return((i), (v)) macro
/freebsd-current/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h46 #define atomic_add(n,p) atomic_add_int(p,n) macro
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c950 atomic_add(npages, &dev->mdev->priv.reg_pages);
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2493 atomic_add(ack_cnt,
/freebsd-current/share/man/man9/
H A DMakefile483 MLINKS+=atomic.9 atomic_add.9 \
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c3078 atomic_add(mpdu_count, &htt->num_mpdus_ready);
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h12894 int __ovld atomic_add(volatile __global int *, int);
12895 uint __ovld atomic_add(volatile __global uint *, uint);
12896 int __ovld atomic_add(volatile __local int *, int);
12897 uint __ovld atomic_add(volatile __local uint *, uint);
12899 int __ovld atomic_add(volatile int *, int);
12900 uint __ovld atomic_add(volatile uint *, uint);

Completed in 191 milliseconds