/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | raointintrin.h | 23 /// 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 D | atomic.cpp | 135 /* 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 D | LOCK_PROFILING.9 | 42 contention statistics. 179 lock contention when run with 185 will lead to much higher lock hold times and contention in profiling output.
|
H A D | BUS_SETUP_INTR.9 | 173 contention and increase performance. 183 In addition, one should minimize lock contention in an ithread routine
|
H A D | prng.9 | 54 avoid shared global state, removing unnecessary contention on SMP
|
H A D | mtx_pool.9 | 122 Possible L1 cache mastership contention between CPUs.
|
/freebsd/share/doc/papers/diskperf/ |
H A D | results.ms | 99 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 D | methodology.ms | 102 as it may change the characteristics of the memory contention
|
H A D | conclusions.ms | 55 the effects of lower bus speeds and bus contention.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | PerfContextSwitchDecoder.h | 27 /// 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 D | ck_brlock.h | 31 * 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 D | pipeline.json | 93 …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 D | lockstat.1 | 55 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 D | atomic_sync.h | 101 …// 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 D | aliases.h | 83 // C++20 atomic_{signed,unsigned}_lock_free: prefer the contention type most highly, then the large…
|
/freebsd/share/man/man3/ |
H A D | pthread.3 | 173 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 D | aggsum.c | 24 * 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 D | flags.inc | 21 "the contention on the global quarantine.")
|
/freebsd/lib/libsys/ |
H A D | _umtx_op.2 | 93 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 D | multilist.h | 48 * contention.
|
H A D | dnode.h | 509 * 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 D | nfs_fha_new.h | 67 * avoid contention between threads over single files.
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | cma.h | 51 * Fast synchronization for low contention locking.
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | mutex_prof.h | 79 * contention. We update them once we have the lock.
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf | 152 # 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.
|