Searched refs:rte_stack_create (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_stack.c | 117 s = rte_stack_create(__func__, STACK_SIZE, rte_socket_id(), flags); in test_stack_basic() 185 s[0] = rte_stack_create("test", STACK_SIZE, rte_socket_id(), flags); in test_stack_name_reuse() 192 s[1] = rte_stack_create("test", STACK_SIZE, rte_socket_id(), flags); in test_stack_name_reuse() 213 s = rte_stack_create(name, STACK_SIZE, rte_socket_id(), flags); in test_stack_name_length() 322 s = rte_stack_create("test", MAX_BULK * rte_lcore_count(), rte_socket_id(), flags); in test_stack_multithreaded()
|
| H A D | test_stack_perf.c | 307 s = rte_stack_create(STACK_NAME, STACK_SIZE, rte_socket_id(), flags); in __test_stack_perf()
|
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | version.map | 4 rte_stack_create;
|
| H A D | rte_stack.h | 210 rte_stack_create(const char *name, unsigned int count, int socket_id,
|
| H A D | rte_stack.c | 49 rte_stack_create(const char *name, unsigned int count, int socket_id, in rte_stack_create() function
|
| /f-stack/dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 23 s = rte_stack_create(name, mp->size, mp->socket_id, flags); in __stack_alloc()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 68 rte_stack_create().
|