Searched refs:frees (Results 1 – 18 of 18) sorted by relevance
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | null.rst | 9 On Rx it returns requested number of empty packets (all zero). On Tx it just frees all sent packets.
|
| H A D | vmxnet3.rst | 41 After reception, the DPDK application frees the descriptors and loads new packet buffers for the co…
|
| /f-stack/freebsd/kern/ |
| H A D | kern_malloc.c | 1399 uint64_t frees, alloced, freed; in get_malloc_stats() local 1403 frees = 0; in get_malloc_stats() 1410 frees += mtsp->mts_numfrees; in get_malloc_stats() 1414 *inuse = *allocs - frees; in get_malloc_stats()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 5091 uint64_t allocs, frees, sleeps, xdomain; local 5094 allocs = frees = sleeps = xdomain = 0; 5103 frees += cache->uc_frees; 5106 frees += counter_u64_fetch(z->uz_frees); 5114 *freesp = frees; 5502 uint64_t frees; local 5507 frees = counter_u64_fetch(z->uz_frees); 5512 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps, 5520 *used = *allocs - frees; 5600 uint64_t allocs, frees; local [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | NOTES | 8 - all mallocs/frees now changed to use this.. JRE
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | gpmc-nand.txt | 49 Using ELM for ECC error correction frees some CPU cycles.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | skeleton.rst | 285 The ``rte_eth_tx_burst()`` function frees the memory buffers of packets that
|
| H A D | flow_classify.rst | 539 The ``rte_eth_tx_burst()`` function frees the memory buffers of packets that
|
| H A D | kernel_nic_interface.rst | 312 The KNI library automatically frees the mbufs after the kernel successfully copied the mbufs.
|
| H A D | multi_process.rst | 133 and frees the buffer space used by the messages back to the memory pool.
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | README.md | 142 **Important:** the current version of hiredis (0.10.0) frees replies when the 154 This function immediately closes the socket and then frees the allocations done in
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 287 The RX thread, in the same main loop, polls this FIFO and frees the mbuf after dequeuing it.
|
| H A D | graph_lib.rst | 367 This node frees all the objects passed to it considering them as
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | dlb.rst | 325 dequeued event before returning from rte_event_dequeue_burst(). This frees the
|
| H A D | dlb2.rst | 321 dequeued event before returning from rte_event_dequeue_burst(). This frees the
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 894 corruptions and double-frees.
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 2551 bplist_t *frees; member 2561 bplist_append(lna->frees, bp); in livelist_track_new_cb() 2610 .frees = &new_frees, in spa_livelist_condense_sync()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 1129 effect from moving more allocations/frees to the local cache/memory 18734 A new "Force Release" mechanism automatically frees all ASL
|