| /dpdk/app/test/ |
| H A D | test_stack.c | 23 popped_objs = rte_calloc(NULL, STACK_SIZE, sizeof(void *), 0); in test_stack_push_pop() 106 obj_table = rte_calloc(NULL, STACK_SIZE, sizeof(void *), 0); in test_stack_basic()
|
| H A D | test_malloc.c | 167 p2 = rte_calloc("dummy", 1000, 16, align2); in test_reordered_free_per_lcore()
|
| H A D | test_mempool.c | 391 obj = rte_calloc("test_mempool_basic_ex", MEMPOOL_SIZE, in test_mempool_basic_ex()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_malloc.h | 111 rte_calloc(const char *type, size_t num, size_t size, unsigned align)
|
| /dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | netcfg_layer.c | 113 netcfg = rte_calloc(NULL, 1, size, 0); in netcfg_acquire()
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_fastpath.c | 609 void *ptr = rte_calloc(__func__, qp->nb_desc, in setup_buffers() 624 ptr = rte_calloc(__func__, qp->nb_desc, in setup_buffers() 642 ptr = rte_calloc(__func__, qp->nb_desc, MLX5_REGEX_KLMS_SIZE, in setup_buffers() 699 qp->jobs = rte_calloc(__func__, qp->nb_desc, sizeof(*qp->jobs), 64); in mlx5_regexdev_setup_fastpath()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_flow_rss.c | 35 flow_rss->bounce_tbl = rte_calloc("sfc_flow_rss_bounce_tbl", in sfc_flow_rss_attach() 255 ctx->qid_offsets = rte_calloc("sfc_flow_rss_ctx_qid_offsets", in sfc_flow_rss_ctx_add()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_irq.c | 154 bp->irq_tbl = rte_calloc("bnxt_irq_tbl", total_vecs, in bnxt_setup_int()
|
| /dpdk/drivers/raw/cnxk_gpio/ |
| H A D | cnxk_gpio.c | 131 list = rte_calloc(NULL, gpiochip->num_gpios, sizeof(*list), 0); in cnxk_gpio_parse_allowlist() 705 gpiochip->gpios = rte_calloc(NULL, gpiochip->num_gpios, in cnxk_gpio_probe()
|
| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 84 rte_services = rte_calloc("rte_services", RTE_SERVICE_NUM_MAX, in rte_service_init() 92 lcore_states = rte_calloc("rte_service_core_states", RTE_MAX_LCORE, in rte_service_init()
|
| H A D | rte_malloc.c | 156 rte_calloc(const char *type, size_t num, size_t size, unsigned align) in rte_calloc() function
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_device.c | 101 fsdev = rte_calloc(__func__, 1, sizeof(*fsdev), 0); in fsdev_allocate_one_dev()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 19 rte_calloc;
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 400 worker_data = rte_calloc(0, cdata.num_workers, in main()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_nvs.c | 235 hv->primary->rxbuf_info = rte_calloc("HN_RXBUF_INFO", in hn_nvs_conn_rxbuf()
|
| H A D | hn_ethdev.c | 1163 eth_dev->data->mac_addrs = rte_calloc("hv_mac", HN_MAX_MAC_ADDRS, in eth_hn_dev_init()
|
| H A D | hn_rxtx.c | 896 rxq->rxbuf_info = rte_calloc("HN_RXBUF_INFO", in hn_rx_queue_alloc()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 203 #define ice_calloc(h, c, s) rte_calloc(NULL, c, s, 0)
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 988 xstats_copy = rte_calloc(NULL, count, sizeof(*xstats_copy), 0); in cxgbe_dev_xstats_get_by_id() 1024 xnames_copy = rte_calloc(NULL, count, sizeof(*xnames_copy), 0); in cxgbe_dev_xstats_get_names_by_id() 1245 rss = rte_calloc(NULL, pi->rss_size, sizeof(u16), 0); in cxgbe_dev_rss_reta_update()
|
| /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)
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.c | 611 qdev->fp_array = rte_calloc("fp", QEDE_RXTX_MAX(qdev), in qede_alloc_fp_resc() 623 qdev->fp_array_cmt = rte_calloc("fp_cmt", in qede_alloc_fp_resc() 646 fp->sb_info = rte_calloc("sb", 1, sizeof(struct ecore_sb_info), in qede_alloc_fp_resc()
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 215 opaq_buf = rte_calloc(__func__, (size_t)1 << log_ops_n, in mlx5_compress_qp_setup()
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 132 rte_calloc("", _len, _size, RTE_CACHE_LINE_SIZE)
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_flow.c | 1630 flow = rte_calloc(__func__, 1, sizeof(*flow), 0); in enic_flow_add_filter()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 1446 rte_calloc("ice_dcf_rep_info", in ice_dcf_init_repr_info()
|