Searched refs:atomic (Results 101 - 125 of 333) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h12 #include <atomic>
194 std::atomic<uint32_t> m_last_revision;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h20 #include <atomic>
286 // Since the flag is updated by multi-threaded code, we use std::atomic.
289 std::atomic<bool> hasStaticTlsModel{false};
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mm.c52 static struct drm_mm_node *drm_mm_kmalloc(struct drm_mm *mm, int atomic) argument
165 int atomic)
169 node = drm_mm_kmalloc(hole_node->mm, atomic);
265 int atomic)
269 node = drm_mm_kmalloc(hole_node->mm, atomic);
161 drm_mm_get_block_generic(struct drm_mm_node *hole_node, unsigned long size, unsigned alignment, unsigned long color, int atomic) argument
259 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-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c4 #include <sys/atomic.h>
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_intr.c46 #include <machine/atomic.h>
H A Dintr.c58 #include <machine/atomic.h>
/freebsd-11-stable/lib/libc/stdio/
H A Dfindfp.c40 #include <machine/atomic.h>
141 lastglue = g; /* not atomic; only accessed when locked */
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h47 #include <machine/atomic.h>
/freebsd-11-stable/tools/tools/tscdrift/
H A Dtscdrift.c34 #include <machine/atomic.h>
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h47 #include <machine/atomic.h>
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h58 #include <machine/atomic.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h49 #include <machine/atomic.h>
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h47 #include <machine/atomic.h>
/freebsd-11-stable/sys/arm64/include/
H A Dcpu.h44 #include <machine/atomic.h>
/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h39 * The following represent supported atomic operations.
68 CK_PR_FENCE(atomic, CK_DMB_ST)
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb_pci.c44 #include <machine/atomic.h>
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A DMakefile91 .PATH: ${APR}/atomic/unix \
/freebsd-11-stable/contrib/apr/atomic/unix/
H A Dmutex.c35 # warning Be warned: using stubs for all atomic operations
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h50 #include <asm/atomic.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h16 #include <atomic>
293 std::atomic<bool> m_cancel_scopes;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h12 #include <atomic>
391 std::atomic<bool> m_did_jit;
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp32 #include <atomic>
65 std::atomic<bool> repeat = {false};
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c43 int add, int quiet, int update, int atomic);
122 { "atomic", TOK_ATOMIC },
162 int atomic, error, tcmd; local
193 /* Check if atomic operation was requested */
194 atomic = 0;
197 NEED1("atomic needs command");
203 errx(EX_USAGE, "atomic is not compatible with %s", *av);
205 atomic = 1;
226 co.do_quiet, atomic);
898 ipfw_obj_tentry *tent, int count, int atomic)
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-11-stable/share/man/man9/
H A DMakefile14 atomic.9 \
436 MLINKS+=atomic.9 atomic_add.9 \
437 atomic.9 atomic_clear.9 \
438 atomic.9 atomic_cmpset.9 \
439 atomic.9 atomic_fcmpset.9 \
440 atomic.9 atomic_fetchadd.9 \
441 atomic.9 atomic_load.9 \
442 atomic.9 atomic_readandclear.9 \
443 atomic.9 atomic_set.9 \
444 atomic
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c166 aseg->swap_add = htobe64(wr->wr.atomic.swap);
167 aseg->compare = htobe64(wr->wr.atomic.compare_add);
169 aseg->swap_add = htobe64(wr->wr.atomic.compare_add);
280 set_raddr_seg(wqe, wr->wr.atomic.remote_addr,
281 wr->wr.atomic.rkey);
627 * An atomic op will require an atomic segment, a

Completed in 332 milliseconds

1234567891011>>