| /f-stack/dpdk/app/test/ |
| H A D | test_stack.c | 24 popped_objs = rte_calloc(NULL, STACK_SIZE, sizeof(void *), 0); in test_stack_push_pop() 107 obj_table = rte_calloc(NULL, STACK_SIZE, sizeof(void *), 0); in test_stack_basic()
|
| H A D | test_mempool.c | 374 obj = rte_calloc("test_mempool_basic_ex", MEMPOOL_SIZE, in test_mempool_basic_ex()
|
| H A D | test_malloc.c | 166 p2 = rte_calloc("dummy", 1000, 16, align2); in test_reordered_free_per_lcore()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_malloc.h | 111 rte_calloc(const char *type, size_t num, size_t size, unsigned align)
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_fastpath.c | 330 void *ptr = rte_calloc(__func__, qp->nb_desc, in setup_buffers() 345 ptr = rte_calloc(__func__, qp->nb_desc, in setup_buffers() 386 qp->jobs = rte_calloc(__func__, qp->nb_desc, sizeof(*qp->jobs), 64); in mlx5_regexdev_setup_fastpath()
|
| H A D | mlx5_regex_control.c | 112 buf = rte_calloc(NULL, 1, sizeof(struct mlx5_cqe) * cq_size, 4096); in regex_ctrl_create_cq() 215 buf = rte_calloc(NULL, 1, 64 * sq_size, 4096); in regex_ctrl_create_sq()
|
| /f-stack/dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | netcfg_layer.c | 118 netcfg = rte_calloc(NULL, 1, size, 0); in netcfg_acquire()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_irq.c | 150 bp->irq_tbl = rte_calloc("bnxt_irq_tbl", total_vecs, in bnxt_setup_int()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 15 rte_calloc
|
| H A D | version.map | 19 rte_calloc;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_service.c | 90 rte_services = rte_calloc("rte_services", RTE_SERVICE_NUM_MAX, in rte_service_init() 98 lcore_states = rte_calloc("rte_service_core_states", RTE_MAX_LCORE, in rte_service_init()
|
| H A D | rte_malloc.c | 154 rte_calloc(const char *type, size_t num, size_t size, unsigned align) in rte_calloc() function
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_intr.c | 175 rte_calloc("intr_vec", in sfc_intr_start()
|
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_device.c | 101 fsdev = rte_calloc(__func__, 1, sizeof(*fsdev), 0); in fsdev_allocate_one_dev()
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 379 worker_data = rte_calloc(0, cdata.num_workers, in main()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_nvs.c | 230 hv->primary->rxbuf_info = rte_calloc("HN_RXBUF_INFO", in hn_nvs_conn_rxbuf()
|
| H A D | hn_ethdev.c | 974 eth_dev->data->mac_addrs = rte_calloc("hv_mac", HN_MAX_MAC_ADDRS, in eth_hn_dev_init()
|
| H A D | hn_rxtx.c | 898 rxq->rxbuf_info = rte_calloc("HN_RXBUF_INFO", in hn_rx_queue_alloc()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 93 #define OSAL_CALLOC(dev, GFP, num, size) rte_calloc("qede", num, size, 0)
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.c | 615 qdev->fp_array = rte_calloc("fp", QEDE_RXTX_MAX(qdev), in qede_alloc_fp_resc() 627 qdev->fp_array_cmt = rte_calloc("fp_cmt", in qede_alloc_fp_resc() 650 fp->sb_info = rte_calloc("sb", 1, sizeof(struct ecore_sb_info), in qede_alloc_fp_resc()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 132 rte_calloc("", _len, _size, RTE_CACHE_LINE_SIZE)
|
| H A D | bnx2x.c | 2387 sc->ilt->lines = rte_calloc("", in bnx2x_alloc_ilt_lines_mem()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 948 rss = rte_calloc(NULL, pi->rss_size, sizeof(u16), 0); in cxgbe_dev_rss_reta_update()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_flow.c | 1625 flow = rte_calloc(__func__, 1, sizeof(*flow), 0); in enic_flow_add_filter()
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 3891 dpseci = (struct fsl_mc_io *)rte_calloc(NULL, 1, in dpaa2_sec_dev_init()
|