Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 25 of 59) sorted by relevance

123

/f-stack/app/redis-5.0.5/src/
H A Devict.c353 size_t overhead = 0; in freeMemoryGetNotCountedMemory() local
363 overhead += getClientOutputBufferMemoryUsage(slave); in freeMemoryGetNotCountedMemory()
367 overhead += sdsalloc(server.aof_buf)+aofRewriteBufferSize(); in freeMemoryGetNotCountedMemory()
369 return overhead; in freeMemoryGetNotCountedMemory()
411 size_t overhead = freeMemoryGetNotCountedMemory(); in getMaxmemoryState() local
412 mem_used = (mem_used > overhead) ? mem_used-overhead : 0; in getMaxmemoryState()
/f-stack/freebsd/netgraph/
H A Dng_pipe.c100 u_int32_t overhead; member
113 + priv->overhead ) * hinfo->run.fifo_queues * \
359 cfg->overhead = priv->overhead; in ngp_rcvmsg()
384 priv->overhead = 0; in ngp_rcvmsg()
390 priv->overhead = 8+4+12; /* Ethernet */ in ngp_rcvmsg()
392 priv->overhead = 10; /* HDLC */ in ngp_rcvmsg()
395 if (cfg->overhead == -1) in ngp_rcvmsg()
396 priv->overhead = 0; in ngp_rcvmsg()
397 else if (cfg->overhead > 0 && in ngp_rcvmsg()
398 cfg->overhead < MAX_OHSIZE) in ngp_rcvmsg()
[all …]
H A Dng_pipe.h149 u_int32_t overhead; member
/f-stack/dpdk/app/test/
H A Dtest_memzone.c476 size_t len, overhead; in find_max_block_free_size() local
482 overhead = MALLOC_ELEM_OVERHEAD; in find_max_block_free_size()
488 overhead += align; in find_max_block_free_size()
490 if (len < overhead) in find_max_block_free_size()
493 return len - overhead; in find_max_block_free_size()
H A Dtest_malloc.c273 int overhead = 0; in test_multi_alloc_statistics() local
287 overhead = post_stats.heap_allocsz_bytes - pre_stats.heap_allocsz_bytes; in test_multi_alloc_statistics()
288 overhead -= RTE_CACHE_LINE_SIZE; in test_multi_alloc_statistics()
339 size + overhead + first_stats.heap_allocsz_bytes) { in test_multi_alloc_statistics()
/f-stack/tools/compat/include/netgraph/
H A Dng_pipe.h147 u_int32_t overhead; member
/f-stack/freebsd/mips/conf/
H A DTP-WN1043ND51 # We bite the performance overhead for now; the kernel won't
H A DPICOSTATION_M2HP28 # We bite the performance overhead for now; the kernel won't
H A DAP9128 # We bite the performance overhead for now; the kernel won't
H A DROCKET_M2HP28 # We bite the performance overhead for now; the kernel won't
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Ddomain-idle-state.yaml44 state will yield power benefits, after overcoming the overhead while
/f-stack/dpdk/doc/guides/eventdevs/
H A Dsw.rst71 the instance's credit pool. Higher numbers will cause less overhead in the
94 reduce per event overhead and increase internal burst sizes, which can
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dmvsam.rst11 user-space with minimum overhead and high performance.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst26 very little execution overhead.
38 Typical trace overhead is ~20 cycles and instrumentation overhead is 1 cycle.
H A Dgeneric_segmentation_offload_lib.rst10 TCP Segmentation Offload (TSO), which reduces per-packet processing overhead.
14 reducing per-packet overhead.
18 packets within the guest, and improves the data-to-overhead ratio of both the
H A Drcu_lib.rst77 It is important to make sure that this library keeps the overhead of
80 section affect this overhead.
104 single, large critical section which helps keep the overhead on the
H A Doverview.rst31 The primary reason for not using interrupts is the performance overhead imposed by interrupt proces…
H A Dgraph_lib.rst25 - Low overhead graph walk and node enqueue.
26 - Low overhead statistics collection infrastructure.
/f-stack/dpdk/examples/qos_sched/
H A Dprofile_ov.cfg6 frame overhead = 24
H A Dprofile.cfg21 frame overhead = 24
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst86 To cover these cases an application needs to know the device packet overhead to be
89 the device packet overhead can be calculated as:
/f-stack/dpdk/doc/guides/howto/
H A Dflow_bifurcation.rst13 less CPU overhead.
H A Dvirtio_user_for_container_networking.rst9 Container becomes more and more popular for strengths, like low overhead, fast
/f-stack/freebsd/contrib/openzfs/module/lua/
H A DREADME.zfs63 (measured in number of Lua instructions run) and memory overhead of running
/f-stack/dpdk/doc/guides/nics/
H A Daf_xdp.rst71 to the page size less the frame overhead introduced by AF_XDP (XDP HR = 256)

123