Home
last modified time | relevance | path

Searched defs:free (Results 1 – 25 of 104) sorted by relevance

12345

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_common.h107 struct rte_mbuf **free = txq->free; in bnxt_tx_cmp_vec_fast() local
129 struct rte_mbuf **free = txq->free; in bnxt_tx_cmp_vec() local
H A Dbnxt_txr.c347 struct rte_mbuf **free = txq->free; in bnxt_tx_cmp_fast() local
378 struct rte_mbuf **free = txq->free; in bnxt_tx_cmp() local
/f-stack/freebsd/x86/x86/
H A Ducode.c281 map_ucode(uintptr_t free, size_t len) in map_ucode()
295 unmap_ucode(uintptr_t free, size_t len) in unmap_ucode()
317 ucode_load_bsp(uintptr_t free) in ucode_load_bsp()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.c157 ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free) in ngx_chain_get_free_buf()
185 ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free, ngx_chain_t **busy, in ngx_chain_update_chains()
H A Dngx_sha1.c35 size_t used, free; in ngx_sha1_update() local
66 size_t used, free; in ngx_sha1_final() local
H A Dngx_md5.c33 size_t used, free; in ngx_md5_update() local
64 size_t used, free; in ngx_md5_final() local
H A Dngx_radix_tree.h31 ngx_radix_node_t *free; member
/f-stack/dpdk/lib/librte_port/
H A Drte_swx_port.h105 rte_swx_port_in_free_t free; member
186 rte_swx_port_out_free_t free; member
/f-stack/freebsd/contrib/zstd/lib/freebsd/
H A Dstdlib.h40 #define free(x) (free)((x), M_ZSTD) macro
/f-stack/freebsd/contrib/ck/include/
H A Dck_malloc.h36 void (*free)(void *, size_t, bool); member
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dstdlib.h52 #define free(ptr) macro
/f-stack/dpdk/lib/librte_ip_frag/
H A Dip_frag_internal.c225 struct ip_frag_pkt *pkt, *free, *stale, *lru; in ip_frag_find() local
286 struct ip_frag_pkt **free, struct ip_frag_pkt **stale) in ip_frag_lookup()
/f-stack/dpdk/app/test/
H A Dtest_ring_hts_stress.c16 uint32_t *free) in _st_ring_enqueue_bulk()
H A Dtest_ring_mpmc_stress.c16 uint32_t *free) in _st_ring_enqueue_bulk()
H A Dtest_ring_rts_stress.c16 uint32_t *free) in _st_ring_enqueue_bulk()
H A Dtest_ring_mt_peek_stress.c22 uint32_t *free) in _st_ring_enqueue_bulk()
H A Dtest_ring_mt_peek_stress_zc.c28 uint32_t *free) in _st_ring_enqueue_bulk()
H A Dtest_ring_st_peek_stress.c28 uint32_t *free) in _st_ring_enqueue_bulk()
H A Dtest_ring_st_peek_stress_zc.c33 uint32_t *free) in _st_ring_enqueue_bulk()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.h14 struct rte_mbuf **free = txq->free; in hns3_tx_bulk_free_buffers() local
/f-stack/freebsd/arm64/iommu/
H A Diommu.c281 iommu_domain_free_entry(struct iommu_map_entry *entry, bool free) in iommu_domain_free_entry()
382 iommu_domain_unload_entry(struct iommu_map_entry *entry, bool free) in iommu_domain_unload_entry()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h351 #define __mempool_check_cookies(mp, obj_table_const, n, free) \ argument
354 #define __mempool_check_cookies(mp, obj_table_const, n, free) do {} while(0) argument
377 free) \ argument
382 free) \ argument
617 rte_mempool_free_t free; /**< Free the external pool. */ member
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c2680 struct spglist *free) in pmap_unwire_pt2_all()
2836 struct spglist free; in pmap_pv_reclaim() local
3612 struct spglist *free) in pmap_remove_pte1()
3694 struct spglist free; in pmap_demote_pte1() local
4108 struct spglist *free) in pmap_remove_pte2()
4167 struct spglist free; in pmap_remove() local
4282 struct spglist free; in pmap_remove_all() local
4421 struct spglist free; in pmap_remove_pages() local
4535 struct spglist free; in pmap_enter_quick_locked() local
4709 struct spglist free; in pmap_enter_pte1() local
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-hfa.h204 } free; member
253 } free; member
310 } free; member
371 } free; member
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c1721 struct spglist *free) in pmap_unuse_pt()
1739 struct spglist free; in pmap_abort_ptp() local
2086 struct spglist free; in pmap_release() local
2301 struct spglist free; in reclaim_pv_chunk() local
2602 int avail, free; in reserve_pv_entries() local
3036 struct spglist free; in pmap_remove() local
3151 struct spglist free; in pmap_remove_all() local
4272 struct spglist free; in pmap_enter_l2() local
5092 struct spglist free; in pmap_remove_pages() local
5512 struct spglist free; in pmap_ts_referenced() local
[all …]

12345