| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet-mem.c | 58 int freed = elements; in cvm_oct_mem_fill_fpa() local 59 while (freed) { in cvm_oct_mem_fill_fpa() 71 freed--; in cvm_oct_mem_fill_fpa() 73 return (elements - freed); in cvm_oct_mem_fill_fpa()
|
| /f-stack/dpdk/lib/librte_rcu/ |
| H A D | rte_rcu_qsbr.c | 422 unsigned int *freed, unsigned int *pending, in rte_rcu_qsbr_dq_reclaim() argument 464 if (freed != NULL) in rte_rcu_qsbr_dq_reclaim() 465 *freed = cnt; in rte_rcu_qsbr_dq_reclaim()
|
| H A D | rte_rcu_qsbr.h | 820 unsigned int *freed, unsigned int *pending, unsigned int *available);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | bpobj.c | 262 propagate_space_reduction(bpobj_info_t *bpi, int64_t freed, in propagate_space_reduction() argument 269 p->bpo_phys->bpo_bytes -= freed; in propagate_space_reduction() 283 int64_t freed = 0, comp_freed = 0, uncomp_freed = 0; in bpobj_iterate_blkptrs() local 314 freed += sign * bp_get_dsize_sync(spa, bp); in bpobj_iterate_blkptrs() 328 propagate_space_reduction(bpi, freed, comp_freed, in bpobj_iterate_blkptrs()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | null.rst | 42 Makes PMD more like ``/dev/null``. On Rx no packets received, on Tx all packets are freed.
|
| H A D | vmxnet3.rst | 48 …by the PMD in the next transmit routine call and the buffers and descriptors are freed from memory.
|
| H A D | mlx4.rst | 98 page in the extended chunk is freed, that doesn't become reusable until the 99 entire memory is freed.
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pageout.c | 1657 u_int freed, pps, slop, threads, us; in vm_pageout_inactive_dispatch() local 1686 freed = atomic_readandclear_int(&vmd->vmd_inactive_freed); in vm_pageout_inactive_dispatch() 1687 VM_CNT_ADD(v_dfree, freed); in vm_pageout_inactive_dispatch() 1697 pps = (freed * 10) / ((us * 10) / 1000000); in vm_pageout_inactive_dispatch() 1699 pps = (1000000 / us) * freed; in vm_pageout_inactive_dispatch() 1702 return (shortage - freed); in vm_pageout_inactive_dispatch()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | README.md | 137 Replies should be freed using the `freeReplyObject()` function. 281 The context object is always freed after the disconnect callback fired. When a reconnect is needed, 315 If the reply for a command with a `NULL` callback is read, it is immediately freed. When the callba… 316 for a command is non-`NULL`, the memory is freed immediately following the callback: the reply is o… 331 `REDIS_OK` status and the context object is freed. 395 value for an idle buffer, so the buffer will never get freed.
|
| /f-stack/freebsd/kern/ |
| H A D | kern_malloc.c | 1399 uint64_t frees, alloced, freed; in get_malloc_stats() local 1405 freed = 0; in get_malloc_stats() 1412 freed += mtsp->mts_memfreed; in get_malloc_stats() 1415 return (alloced - freed); in get_malloc_stats()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_htable.c | 822 size_t freed; local 825 freed = 0; 831 freed++; 839 return freed;
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1449 int bit, field, freed, idx; in pmap_pv_reclaim() local 1477 freed = 0; in pmap_pv_reclaim() 1515 freed++; in pmap_pv_reclaim() 1518 if (freed == 0) { in pmap_pv_reclaim() 1523 pmap->pm_stats.resident_count -= freed; in pmap_pv_reclaim() 1524 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 1525 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim() 1526 pv_entry_count -= freed; in pmap_pv_reclaim()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 71 Since memory is not freed immediately, there might be a need for 166 resource is freed at a later time, the token and the reference to the deleted 176 resource can be freed immediately after ``rte_rcu_qsbr_synchronize()`` API
|
| H A D | stack_lib.rst | 64 allocated before stack pushes and freed after stack pops. Since the stack has a
|
| H A D | mbuf_lib.rst | 91 When freeing a packet mbuf that contains several segments, all of them are freed and returned to th… 248 If the resulting reference counter is equal to 0, the direct buffer is freed since it is no longer …
|
| H A D | kernel_nic_interface.rst | 284 The dequeued mbuf must be freed, so the same pointer is sent back in the free_q FIFO, 298 The sk_buff is then freed and the mbuf sent in the tx_q FIFO.
|
| H A D | lpm_lib.rst | 161 After deleting a rule, a group of tbl8s that belongs to the same tbl24 entry are freed in following… 173 When the LPM is not using RCU, tbl8 group can be freed immediately even though the readers might be…
|
| H A D | env_abstraction_layer.rst | 126 hugepages, and deallocate those, but any preallocated pages will not be freed. 178 freed exactly as they were allocated. These applications may also require 850 It is used for normal memory blocks when they are being freed, to add the 851 newly-freed block to the heap's free-list. 868 free block to allocate and on ``free()`` to add the newly freed element to 973 allocated and to where it must be freed, as well as the pointer to the previous
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 76 The returned line should be freed with the `free()` standard system call. 79 line is freed with the same allocator it was created.
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2303 int bit, field, freed, lvl; in reclaim_pv_chunk() local 2369 freed = 0; in reclaim_pv_chunk() 2404 freed++; in reclaim_pv_chunk() 2407 if (freed == 0) { in reclaim_pv_chunk() 2412 pmap_resident_count_dec(pmap, freed); in reclaim_pv_chunk() 2413 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk() 2414 PV_STAT(atomic_add_int(&pv_entry_spare, freed)); in reclaim_pv_chunk() 5100 int allfree, field, freed, idx, lvl; in pmap_remove_pages() local 5109 freed = 0; in pmap_remove_pages() 5236 freed++; in pmap_remove_pages() [all …]
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ptpclient.rst | 191 All packets are freed explicitly using ``rte_pktmbuf_free()``.
|
| H A D | skeleton.rst | 287 must be freed explicitly using ``rte_pktmbuf_free()``.
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 2838 int bit, field, freed; in pmap_pv_reclaim() local 2867 freed = 0; in pmap_pv_reclaim() 2904 freed++; in pmap_pv_reclaim() 2907 if (freed == 0) { in pmap_pv_reclaim() 2912 pmap->pm_stats.resident_count -= freed; in pmap_pv_reclaim() 2913 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 2914 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim() 2915 pv_entry_count -= freed; in pmap_pv_reclaim()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 2346 int bit, field, freed; in pmap_pv_reclaim() local 2376 freed = 0; in pmap_pv_reclaim() 2414 freed++; in pmap_pv_reclaim() 2417 if (freed == 0) { in pmap_pv_reclaim() 2422 pmap->pm_stats.resident_count -= freed; in pmap_pv_reclaim() 2423 PV_STAT(pv_entry_frees += freed); in pmap_pv_reclaim() 2424 PV_STAT(pv_entry_spare += freed); in pmap_pv_reclaim() 2425 pv_entry_count -= freed; in pmap_pv_reclaim()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 4919 int bit, field, freed; in reclaim_pv_chunk_domain() local 5005 freed = 0; in reclaim_pv_chunk_domain() 5040 freed++; in reclaim_pv_chunk_domain() 5043 if (freed == 0) { in reclaim_pv_chunk_domain() 5048 pmap_resident_count_dec(pmap, freed); in reclaim_pv_chunk_domain() 5049 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk_domain() 5050 PV_STAT(atomic_add_int(&pv_entry_spare, freed)); in reclaim_pv_chunk_domain() 8009 int allfree, field, freed, i, idx; in pmap_remove_pages() local 8043 freed = 0; in pmap_remove_pages() 8158 freed++; in pmap_remove_pages() [all …]
|