Home
last modified time | relevance | path

Searched refs:wasted (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_mbuf.c2040 uintmax_t wasted[MP_BUCKETS]; member
2060 int wasted = 0; in m_profile() local
2066 wasted += MHLEN - sizeof(m->m_ext) + in m_profile()
2070 wasted += MHLEN - m->m_len; in m_profile()
2072 wasted += MLEN - m->m_len; in m_profile()
2081 if (wasted > 100000) in m_profile()
2082 wasted = 100000; in m_profile()
2087 mbprof.wasted[fls(wasted)]++; in m_profile()
2097 p = &mbprof.wasted[0]; in mbprof_textify()
2106 p = &mbprof.wasted[16]; in mbprof_textify()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dfsl,sai-clock.yaml17 the second pins are wasted. Using this binding it is possible to use the
/f-stack/freebsd/vm/
H A Dmemguard.c127 SYSCTL_ULONG(_vm_memguard, OID_AUTO, wasted, CTLFLAG_RD,
/f-stack/dpdk/doc/guides/tools/
H A Dcomp_perf.rst22 inserted between enqueue and dequeue so no cycles are wasted in retries while
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst123 in wasted energy as no power management is utilized
H A Denv_abstraction_layer.rst924 If it is not, then we just ignore it (wasted space).
928 used, and the remaining space is wasted.
H A Dqos_framework.rst468 then some slots will be left unused and bandwidth will be wasted.
510 so NIC bandwidth is wasted due to poor packet supply to the NIC TX.