/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/ |
H A D | jkt-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
H A D | snb-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/ |
H A D | bdw-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 153 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b… 159 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/ |
H A D | bdwde-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 153 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b… 159 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/ |
H A D | bdx-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 153 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b… 159 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/ |
H A D | hsw-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/ |
H A D | hsx-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/ |
H A D | ivb-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/ |
H A D | ivt-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually…
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 3.t | 133 block size on the amount of wasted space in the file system. 154 Table 1 \- Amount of wasted space as a function of block size. 157 The space wasted is calculated to be the percentage of space 292 The amount of wasted space in the 4096/1024 byte new file system 296 has about the same amount of wasted space as the 512 byte 339 (Compare 11.8% wasted with the old file system
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SmallVector.cpp | 22 // Check that no bytes are wasted and everything is well-aligned. 42 "wasted space in SmallVector size 0"); 53 "wasted space in SmallVector size 1");
|
H A D | Allocator.cpp | 25 << "Bytes wasted: " << (TotalMemory - BytesAllocated) in printBumpPtrAllocatorStats()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | fsl,sai-clock.yaml | 17 the second pins are wasted. Using this binding it is possible to use the
|
/freebsd/sys/kern/ |
H A D | uipc_mbuf.c | 2263 uintmax_t wasted[MP_BUCKETS]; member 2273 int wasted = 0; in m_profile() local 2279 wasted += MHLEN - sizeof(m->m_ext) + in m_profile() 2283 wasted += MHLEN - m->m_len; in m_profile() 2285 wasted += MLEN - m->m_len; in m_profile() 2294 if (wasted > 100000) in m_profile() 2295 wasted = 100000; in m_profile() 2300 mbprof.wasted[fls(wasted)]++; in m_profile() 2313 p = &mbprof.wasted[0]; in mbprof_handler() 2315 "wasted:\n" in mbprof_handler() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
H A D | skl-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 237 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b… 243 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | skx-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 237 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b… 243 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b…
|
/freebsd/share/man/man4/ |
H A D | vte.4 | 109 CPU cycles are wasted on both de-fragmenting mbuf chains and padding.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | clx-metrics.json | 17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 21 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio… 28 …wasted due to incorrect speculations. This include slots used to issue uops that do not eventually… 237 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b… 243 …"BriefDescription": "Branch Misprediction Cost: Fraction of TMA slots wasted per non-speculative b…
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | rpool.h | 88 ** sm_bigobjectsize <= sm_poolsize. The maximum wasted space
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 155 * wasted. Getting 64 byte alignment, which _should_ be ideal for 156 * modern Intel CPUs, results in 40 bytes wasted and a significant drop
|
/freebsd/usr.bin/compress/doc/ |
H A D | revision.log | 10 * Remove much wasted storage by overlaying hash table with the tables
|
/freebsd/contrib/sendmail/libsm/ |
H A D | rpool.html | 149 ever be wasted at the end of a given pool.
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_overflow.c | 58 * is wasted. This is a fairly major bug for some data sets.
|
/freebsd/sys/sys/ |
H A D | gmon.h | 65 * higher density would be wasted.
|
/freebsd/crypto/openssl/test/ |
H A D | sslcorrupttest.c | 154 * so that some of the allocated space will be wasted, but the loss in setup_cipher_list()
|