Home
last modified time | relevance | path

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

1234567

/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
H A Dmtx_pool.9122 Possible L1 cache mastership contention between CPUs.
/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,
H A Dmethodology.ms102 as it may change the characteristics of the memory contention
H A Dconclusions.ms55 the effects of lower bus speeds and bus 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/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…
H A Daliases.h83 // C++20 atomic_{signed,unsigned}_lock_free: prefer the contention type most highly, then the large…
/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.
/freebsd/sys/contrib/openzfs/module/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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc21 "the contention on the global quarantine.")
/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.
606 contention indicator, and provides the acquire barrier for
1042 argument indicates unowned mutex, which has its contention indicator bit
/freebsd/sys/contrib/openzfs/include/sys/
H A Dmultilist.h48 * contention.
H A Ddnode.h509 * to retry acquiring slot zrl locks due to contention.
543 * to retry acquiring slot zrl locks due to contention.
558 * acquiring a slot zrl lock due to contention.
/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.h67 * avoid contention between threads over single files.
/freebsd/contrib/ofed/librdmacm/
H A Dcma.h51 * Fast synchronization for low contention locking.
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h79 * contention. We update them once we have the lock.
/freebsd/contrib/unbound/doc/
H A Dexample.conf152 # more slabs reduce lock contention, but fragment memory usage.
180 # more slabs reduce lock contention, but fragment memory usage.
206 # more slabs reduce lock contention, but fragment memory usage.
656 # more slabs reduce lock contention, but fragment memory usage.
857 # ratelimit cache slabs, reduces lock contention if equal to cpucount.
881 # ip ratelimit cache slabs, reduces lock contention if equal to cpucount.

1234567