Searched refs:LIB_NAME (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 24 #define LIB_NAME "opdl_ring" macro 809 s->dep_tracking = rte_zmalloc_socket(LIB_NAME, in init_stage() 815 s->deps = rte_zmalloc_socket(LIB_NAME, in init_stage() 927 st = rte_zmalloc_socket(LIB_NAME, in opdl_ring_create() 933 snprintf(mz_name, sizeof(mz_name), "%s%s", LIB_NAME, name); in opdl_ring_create() 1243 snprintf(mz_name, sizeof(mz_name), "%s%s", LIB_NAME, t->name); in opdl_ring_free() 1256 snprintf(mz_name, sizeof(mz_name), "%s%s", LIB_NAME, name); in opdl_ring_lookup()
|