| /f-stack/app/redis-5.0.5/src/ |
| H A D | evict.c | 353 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 D | ng_pipe.c | 100 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 D | ng_pipe.h | 149 u_int32_t overhead; member
|
| /f-stack/dpdk/app/test/ |
| H A D | test_memzone.c | 476 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 D | test_malloc.c | 273 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 D | ng_pipe.h | 147 u_int32_t overhead; member
|
| /f-stack/freebsd/mips/conf/ |
| H A D | TP-WN1043ND | 51 # We bite the performance overhead for now; the kernel won't
|
| H A D | PICOSTATION_M2HP | 28 # We bite the performance overhead for now; the kernel won't
|
| H A D | AP91 | 28 # We bite the performance overhead for now; the kernel won't
|
| H A D | ROCKET_M2HP | 28 # We bite the performance overhead for now; the kernel won't
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/ |
| H A D | domain-idle-state.yaml | 44 state will yield power benefits, after overcoming the overhead while
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | sw.rst | 71 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 D | mvsam.rst | 11 user-space with minimum overhead and high performance.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 26 very little execution overhead. 38 Typical trace overhead is ~20 cycles and instrumentation overhead is 1 cycle.
|
| H A D | generic_segmentation_offload_lib.rst | 10 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 D | rcu_lib.rst | 77 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 D | overview.rst | 31 The primary reason for not using interrupts is the performance overhead imposed by interrupt proces…
|
| H A D | graph_lib.rst | 25 - Low overhead graph walk and node enqueue. 26 - Low overhead statistics collection infrastructure.
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | profile_ov.cfg | 6 frame overhead = 24
|
| H A D | profile.cfg | 21 frame overhead = 24
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 86 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 D | flow_bifurcation.rst | 13 less CPU overhead.
|
| H A D | virtio_user_for_container_networking.rst | 9 Container becomes more and more popular for strengths, like low overhead, fast
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | README.zfs | 63 (measured in number of Lua instructions run) and memory overhead of running
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 71 to the page size less the frame overhead introduced by AF_XDP (XDP HR = 256)
|