Searched defs:atomic (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h36 struct atomic : public __atomic_base<_Tp> { struct in inherits:__atomic_base
[all...]
/freebsd-current/contrib/libcxxrt/
H A Datomic.h48 class atomic class in namespace:__anon1
59 atomic(T init) : val(init) {} function in class:__anon1::atomic
/freebsd-current/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h12 uint64_t atomic; member in union:__anon4284
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h67 prng_lg_range_u32(atomic_u32_t *state, unsigned lg_range, bool atomic) { argument
104 prng_lg_range_zu(atomic_zu_t *state, unsigned lg_range, bool atomic) { argument
132 prng_range_u32(atomic_u32_t *state, uint32_t range, bool atomic) { argument
168 prng_range_zu(atomic_zu_t *state, size_t range, bool atomic) { argument
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_mm.c50 static struct drm_mm_node *drm_mm_kmalloc(struct drm_mm *mm, int atomic) argument
159 drm_mm_get_block_generic(struct drm_mm_node *hole_node, unsigned long size, unsigned alignment, unsigned long color, int atomic) argument
257 drm_mm_get_block_range_generic(struct drm_mm_node *hole_node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end, int atomic) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp130 static const char *MopDesc(bool first, bool write, bool atomic) { argument
H A Dtsan_debugging.cpp110 __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, int *size, int *write, int *atomic, void **trace, uptr trace_size) argument
H A Dtsan_report.h56 bool atomic; member in struct:__tsan::ReportMop
/freebsd-current/sys/kern/
H A Dsubr_csan.c60 bool atomic:1; member in struct:__anon541
142 kcsan_access(uintptr_t addr, size_t size, bool write, bool atomic, uintptr_t pc) argument
H A Duipc_socket.c1666 int atomic = sosendallatonce(so) || top; local
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlgc.c997 static l_mem atomic (lua_State *L) { function
/freebsd-current/contrib/lua/src/
H A Dlgc.c1523 static lu_mem atomic (lua_State *L) { function
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1048 int atomic; local
/freebsd-current/sbin/ipfw/
H A Dtables.c163 int atomic, error, tcmd; local
897 table_do_modify_record(int cmd, ipfw_obj_header *oh, ipfw_obj_tentry *tent, int count, int atomic) argument
949 table_modify_record(ipfw_obj_header *oh, int ac, char *av[], int add, int quiet, int update, int atomic) argument
[all...]
/freebsd-current/contrib/ofed/libibverbs/
H A Dcompat-1_0.c101 } atomic; member in union:ibv_send_wr_1_0::__anon5634
H A Dkern-abi.h830 } atomic; member in union:ibv_kern_send_wr::__anon5649
H A Dverbs.h959 } atomic; member in union:ibv_send_wr::__anon16
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2100 struct ib_atomic_wr *atomic; local
[all...]
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_swp.h458 bool atomic; member in struct:dpaa2_swp::__anon654
/freebsd-current/sys/cam/ctl/
H A Dctl_backend_block.c2330 int error, atomic, maxio, ref, unmap, tmp; local
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c4684 bool active, atomic, nin_drv; local
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h247 } atomic; member in union:bnxt_qplib_swqe::__anon97
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1562 u8 atomic = MLX5_CAP_GEN(dev->mdev, atomic); local
/freebsd-current/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h819 } atomic; member in union:ib_uverbs_send_wr::__anon5839
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp4124 llvm::FunctionCallee CGObjCGNU::GetOptimizedPropertySetFunction(bool atomic, argument

Completed in 261 milliseconds

12