Home
last modified time | relevance | path

Searched full:contention (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Draointintrin.h23 /// This intrinsic should be used for contention or weak ordering. It may
45 /// This intrinsic should be used for contention or weak ordering. It may
67 /// This intrinsic should be used for contention or weak ordering. It may
89 /// This intrinsic should be used for contention or weak ordering. It may
112 /// This intrinsic should be used for contention or weak ordering. It may
135 /// This intrinsic should be used for contention or weak ordering. It may
158 /// This intrinsic should be used for contention or weak ordering. It may
181 /// This intrinsic should be used for contention or weak ordering. It may
/freebsd/contrib/llvm-project/libcxx/src/
H A Datomic.cpp135 /* Given an atomic to track contention and an atomic to actually wait on, which may be
136 the same atomic, we try to detect contention to avoid spuriously calling the platform. */
142 // We only call 'wake' if we consumed a contention bit here. in __libcpp_contention_notify()
189 table for the contention detection, but we can use the atomic directly for the wait. */
/freebsd/share/man/man9/
H A DLOCK_PROFILING.942 contention statistics.
179 lock contention when run with
185 will lead to much higher lock hold times and contention in profiling output.
H A DBUS_SETUP_INTR.9173 contention and increase performance.
183 In addition, one should minimize lock contention in an ithread routine
H A Dprng.954 avoid shared global state, removing unnecessary contention on SMP
/freebsd/contrib/jemalloc/
H A DTUNING.md51 By default jemalloc uses multiple arenas to reduce internal lock contention.
106 managing locality and contention for specific usages. For example,
129 may reduce contention at the allocator level.
/freebsd/crypto/openssl/test/
H A Dthreadstest.c108 static int contention = 0; variable
129 if (contention == 0) in rwwriter_fn()
291 contention = 0; in torture_rw_low()
297 contention = 1; in torture_rw_high()
329 if (contention == 0) in writer_fn()
336 if (contention == 0) in writer_fn()
339 if (contention != 0) { in writer_fn()
444 rcu_lock = ossl_rcu_lock_new(contention == 2 ? 4 : 1, NULL); in _torture_rcu()
492 contention = 0; in torture_rcu_low()
498 contention = 1; in torture_rcu_high()
[all …]
/illumos-gate/usr/src/man/man3c/
H A Dpthread_attr_getscope.3c75 \fBPTHREAD_SCOPE_SYSTEM\fR, signifying system scheduling contention scope, or
76 \fBPTHREAD_SCOPE_PROCESS\fR, signifying process scheduling contention scope.
/illumos-gate/usr/src/man/man8/
H A Dplockstat.823 By default, \fBplockstat\fR monitors all lock contention events, gathers
55 Watch contention events.
H A Dlockstat.825 display the data. By default, \fBlockstat\fR monitors all lock contention
76 Watch contention events.
448 \fBExample 1 \fRMeasuring Kernel Lock Contention
703 \fBExample 6 \fRGathering Lock Contention and Profiling Data for a Specific
709 both lock contention and profiling statistics so that contention can be
/freebsd/share/doc/papers/diskperf/
H A Dresults.ms99 it causes more memory contention with the CPU.
100 We do not know if this contention is caused by
280 the higher bandwidth from the disk generated more memory contention,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.h27 /// of these endpoints might be guessed or not known at all, due to contention
98 /// The following 'hinted' structures are useful when there are contention
/freebsd/sys/contrib/ck/include/
H A Dck_brlock.h31 * Big reader spinlocks provide cache-local contention-free read
81 * there is no point to more advanced contention avoidance. in ck_brlock_write_lock()
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/
H A Dpipeline.json93 …VPU hazard. This event counts every cycle where the core stalls due to contention for the VPU with…
96 …VPU hazard. This event counts every cycle where the core stalls due to contention for the VPU with…
/freebsd/share/man/man4/
H A Diflib.472 queues and prevents lock contention for transmit resources.
74 resource contention is not a problem (well behaved applications on
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.155 monitors all lock contention events, gathers frequency and timing data about
105 Watch contention events.
251 .It Example 1 Measuring Kernel Lock Contention
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_sync.h101 …// In case the contention type happens to be __cxx_atomic_contention_t, i.e. __cxx_atomic_impl<int…
114 …// In case the contention type is anything else, platform wait is monitoring a __cxx_atomic_conten…
/freebsd/share/man/man3/
H A Dpthread.3173 Get the contention scope attribute from a thread attributes object.
215 Set the contention scope attribute in a thread attributes object.
/illumos-gate/usr/src/man/man4d/
H A Dlockstat.4d16 lock contention statistics, or to understand virtually any aspect of locking
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Daggsum.c24 * instructions on a single field cause enough CPU cache line contention to
40 * help minimize lock and cache contention). If the bucket already has
/freebsd/sys/contrib/openzfs/module/zfs/
H A Daggsum.c25 * instructions on a single field cause enough CPU cache line contention to
41 * help minimize lock and cache contention). If the bucket already has
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h77 * With this value, the lock contention between xgell_rx_buffer_recycle()
79 * alleviate the lock contention further since each rx ring has its own mutex.
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc21 "the contention on the global quarantine.")
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dmultilist.h48 * cache line contention.
/freebsd/lib/libsys/
H A D_umtx_op.293 The highest bit set indicates that there is contention on the lock.
99 The contention indicator.
608 contention indicator, and provides the acquire barrier for
1044 argument indicates unowned mutex, which has its contention indicator bit

12345678910>>...13