| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_devx.c | 80 struct mlx5_devx_cq_attr *attr, int socket) in mlx5_devx_cq_create() 207 struct mlx5_devx_create_sq_attr *attr, int socket) in mlx5_devx_sq_create() 353 struct mlx5_devx_qp_attr *attr, int socket) in mlx5_devx_qp_create() 458 mlx5_devx_wq_init(void *ctx, uint32_t wqe_size, uint16_t log_wqbb_n, int socket, in mlx5_devx_wq_init() 537 struct mlx5_devx_create_rq_attr *attr, int socket) in mlx5_devx_rq_std_create() 584 struct mlx5_devx_wq_attr *wq_attr, int socket) in mlx5_devx_rmp_create() 636 struct mlx5_devx_create_rq_attr *attr, int socket) in mlx5_devx_rq_shared_create() 699 struct mlx5_devx_create_rq_attr *attr, int socket) in mlx5_devx_rq_create()
|
| H A D | mlx5_malloc.c | 165 mlx5_malloc(uint32_t flags, size_t size, unsigned int align, int socket) in mlx5_malloc() 210 int socket) in mlx5_realloc()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.c | 54 unsigned int cnt, int zero, int socket) in mlx4_mallocv_inline() 171 unsigned int cnt, int socket) in mlx4_mallocv_socket() 185 unsigned int cnt, int socket) in mlx4_zmallocv_socket()
|
| H A D | mlx4_rxtx.h | 60 unsigned int socket; /**< CPU socket ID for allocations. */ member 116 unsigned int socket; /**< CPU socket ID for allocations. */ member
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry.c | 41 struct socket { struct 47 static struct socket v2_socket; /* socket for v2 telemetry */ argument 393 socket_listener(void *socket) in socket_listener()
|
| /dpdk/app/test/ |
| H A D | test_malloc.c | 270 int socket = 0; in test_multi_alloc_statistics() local 386 test_realloc_socket(int socket) in test_realloc_socket() 582 int32_t socket_count = 0, socket_allocated, socket; in test_realloc_numa() local 886 int32_t *socket = arg; in check_socket_mem() local 896 is_mem_on_socket(int32_t socket) in is_mem_on_socket() 916 test_alloc_single_socket(int32_t socket) in test_alloc_single_socket()
|
| H A D | test_stack_perf.c | 36 unsigned int socket[2]; in get_two_hyperthreads() local 62 unsigned int socket[2]; in get_two_cores() local 88 unsigned int socket[2]; in get_two_sockets() local
|
| H A D | test_memzone.c | 525 int socket; in test_memzone_reserve_max() local 571 int socket; in test_memzone_reserve_max_aligned() local
|
| /dpdk/lib/node/ |
| H A D | ip4_lookup.c | 127 uint8_t socket; in rte_node_ip4_route_add() local 156 setup_lpm(struct ip4_lookup_node_main *nm, int socket) in setup_lpm() 180 uint16_t socket, lcore_id; in ip4_lookup_node_init() local
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_memalloc.c | 16 int __rte_unused socket, bool __rte_unused exact) in eal_memalloc_alloc_seg_bulk() 23 eal_memalloc_alloc_seg(size_t __rte_unused page_sz, int __rte_unused socket) in eal_memalloc_alloc_seg()
|
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 109 rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket) in rte_zmalloc_socket() 147 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket) in rte_calloc_socket() 165 rte_realloc_socket(void *ptr, size_t size, unsigned int align, int socket) in rte_realloc_socket() 236 rte_malloc_get_socket_stats(int socket, in rte_malloc_get_socket_stats()
|
| H A D | malloc_heap.c | 295 int socket, unsigned int flags, size_t align, size_t bound, in alloc_pages_on_heap() 395 size_t elt_size, int socket, unsigned int flags, size_t align, in try_expand_heap_primary() 466 size_t elt_size, int socket, unsigned int flags, size_t align, in try_expand_heap_secondary() 498 int socket, unsigned int flags, size_t align, size_t bound, in try_expand_heap() 535 alloc_more_mem_on_socket(struct malloc_heap *heap, size_t size, int socket, in alloc_more_mem_on_socket() 727 int socket, heap_id, i; in malloc_heap_alloc() local 790 int socket, i, cur_socket, heap_id; in malloc_heap_alloc_biggest() local
|
| H A D | eal_common_dynmem.c | 351 get_socket_mem_size(int socket) in get_socket_mem_size() 371 unsigned int socket, j, i = 0; in eal_dynmem_calc_num_pages_per_socket() local
|
| H A D | malloc_mp.h | 34 int socket; member
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_memalloc.c | 174 int socket; member 311 size_t page_sz, int socket, bool exact) in eal_memalloc_alloc_seg_bulk() 359 eal_memalloc_alloc_seg(size_t page_sz, int socket) in eal_memalloc_alloc_seg()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_lcore.c | 43 unsigned socket; in eal_cpu_socket_id() local
|
| H A D | eal_memory.c | 573 unsigned socket, size; in unlink_hugepage_files() local 604 unsigned socket, size; in unmap_unneeded_hugepages() local 830 unsigned int hpi_idx, socket, i; local 1332 int socket = tmp_hp[i].socket_id; local
|
| H A D | eal_hugepage_info.c | 133 get_num_hugepages_on_node(const char *subdir, unsigned int socket, size_t sz) in get_num_hugepages_on_node() 449 int socket = rte_socket_id_by_idx(i); in calc_num_pages() local
|
| /dpdk/usertools/ |
| H A D | cpu_layout.py | 21 socket = int(fd.read()) variable
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 768 int socket, ret; in init_routing_table() local 824 setup_port_tbl(struct lcore_queue_conf *qconf, uint32_t lcore, int socket, in setup_port_tbl() 851 int socket; in setup_queue_tbl() local 910 int socket; in init_mem() local 1002 int ret, socket; in main() local
|
| /dpdk/drivers/net/memif/ |
| H A D | memif_socket.h | 106 struct memif_socket *socket; /**< pointer to socket */ member
|
| H A D | memif_socket.c | 820 struct memif_socket *socket = arg; in memif_listener_handler() local 998 struct memif_socket *socket = NULL; in memif_socket_init() local 1055 struct memif_socket *socket = NULL; in memif_socket_remove_device() local
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 722 int socket, ret; in init_routing_table() local 785 int socket; in init_mem() local 867 int socket, ret; in main() local
|
| /dpdk/examples/qos_sched/ |
| H A D | init.c | 390 uint32_t socket = rte_lcore_to_socket_id(qos_conf[i].rx_core); in app_init() local
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_ethdev.c | 170 uint16_t nb_desc, unsigned int socket, in cn9k_nix_tx_queue_setup() 222 uint16_t nb_desc, unsigned int socket, in cn9k_nix_rx_queue_setup()
|