| /dpdk/lib/rcu/ |
| H A D | rte_rcu_qsbr.c | 418 unsigned int *freed, unsigned int *pending, in rte_rcu_qsbr_dq_reclaim() argument 460 if (freed != NULL) in rte_rcu_qsbr_dq_reclaim() 461 *freed = cnt; in rte_rcu_qsbr_dq_reclaim()
|
| H A D | rte_rcu_qsbr.h | 811 unsigned int *freed, unsigned int *pending, unsigned int *available);
|
| /dpdk/app/test/ |
| H A D | test_mbuf.c | 2304 bool *freed = opaque; in ext_buf_free_callback_fn() local 2311 *freed = true; in ext_buf_free_callback_fn() 2335 bool freed = false; in test_pktmbuf_ext_shinfo_init_helper() local 2351 ext_buf_free_callback_fn, &freed); in test_pktmbuf_ext_shinfo_init_helper() 2384 if (freed) in test_pktmbuf_ext_shinfo_init_helper() 2391 if (freed) in test_pktmbuf_ext_shinfo_init_helper() 2398 if (freed) in test_pktmbuf_ext_shinfo_init_helper() 2406 if (freed) in test_pktmbuf_ext_shinfo_init_helper() 2410 if (!freed) in test_pktmbuf_ext_shinfo_init_helper() 2412 freed = false; in test_pktmbuf_ext_shinfo_init_helper()
|
| H A D | test_mempool.c | 524 struct rte_mempool *mp[mempool_num], *freed; in test_mempool_events() local 600 freed = mp[i]; in test_mempool_events() 609 RTE_TEST_ASSERT_EQUAL(data[j].mp, freed, in test_mempool_events()
|
| /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 | mlx4.rst | 98 page in the extended chunk is freed, that doesn't become reusable until the 99 entire memory is 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 | fail_safe.rst | 189 be freed.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 105 when all the hugepages mapped from them are freed,
|
| /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 | env_abstraction_layer.rst | 128 hugepages, and deallocate those, but any preallocated pages will not be freed. 182 freed exactly as they were allocated. These applications may also require 269 when all pages mapped from it are freed back to the system. 295 when all pages mapped from it are freed, 940 It is used for normal memory blocks when they are being freed, to add the 941 newly-freed block to the heap's free-list. 958 free block to allocate and on ``free()`` to add the newly freed element to 1068 allocated and to where it must be freed, as well as the pointer to the previous
|
| 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 | kernel_nic_interface.rst | 345 The dequeued mbuf must be freed, so the same pointer is sent back in the free_q FIFO, 359 The sk_buff is then freed and the mbuf sent in the tx_q FIFO.
|
| H A D | gpudev.rst | 66 (e.g. with GPU-specific library) cannot be freed by the gpudev library.
|
| H A D | hash_lib.rst | 102 …E_ON_DEL) flag is set, the position of the entry in the hash table is not freed upon calling delet… 178 the position of the key is not freed. It is the responsibility of the user to free the position aft…
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | skeleton.rst | 166 must be freed explicitly using ``rte_pktmbuf_free()``.
|
| H A D | ptpclient.rst | 172 All packets are freed explicitly using ``rte_pktmbuf_free()``.
|
| H A D | flow_classify.rst | 239 must be freed explicitly using ``rte_pktmbuf_free()``.
|
| H A D | l2_forward_crypto.rst | 330 is extracted from the operation. Then, the operation is freed and the mbuf is
|
| /dpdk/doc/guides/platform/ |
| H A D | mlx5.rst | 579 page in the extended chunk is freed, that doesn't become reusable until the 580 entire memory is freed.
|
| /dpdk/doc/guides/contributing/ |
| H A D | design.rst | 116 allocated/freed, number of occurrences for specific events, etc.
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 406 that case, preventing the caller from knowing if the object had to be freed 415 that case, preventing the caller from knowing if the object had to be freed
|
| H A D | release_21_08.rst | 167 When a multi-segment mbuf is freed, the field ``nb_seg`` is not reset
|