Searched refs:runtime_dir (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | eal_common_config.c | 20 static char runtime_dir[PATH_MAX]; variable 28 return runtime_dir; in rte_eal_get_runtime_dir() 34 if (strlcpy(runtime_dir, run_dir, PATH_MAX) >= PATH_MAX) { in eal_set_runtime_dir()
|
| /dpdk/drivers/raw/ioat/ |
| H A D | idxd_bus.c | 237 char *runtime_dir = strdup(rte_eal_get_runtime_dir()); in is_for_this_process_use() local 238 char *prefix = basename(runtime_dir); in is_for_this_process_use() 247 free(runtime_dir); in is_for_this_process_use()
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry.c | 431 get_socket_path(const char *runtime_dir, const int version) in get_socket_path() argument 435 strlen(runtime_dir) ? runtime_dir : "/tmp", version); in get_socket_path() 609 rte_telemetry_init(const char *runtime_dir, const char *rte_version, rte_cpuset_t *cpuset, in rte_telemetry_init() argument 613 socket_dir = runtime_dir; in rte_telemetry_init()
|
| H A D | telemetry_internal.h | 112 rte_telemetry_init(const char *runtime_dir, const char *rte_version, rte_cpuset_t *cpuset,
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_bus.c | 261 char *runtime_dir = strdup(rte_eal_get_runtime_dir()); in is_for_this_process_use() local 262 char *prefix = basename(runtime_dir); in is_for_this_process_use() 278 free(runtime_dir); in is_for_this_process_use()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 83 const char *runtime_dir = rte_eal_get_runtime_dir(); in eal_clean_runtime_dir() local 93 dir = opendir(runtime_dir); in eal_clean_runtime_dir() 96 runtime_dir); in eal_clean_runtime_dir() 104 runtime_dir); in eal_clean_runtime_dir() 111 runtime_dir); in eal_clean_runtime_dir()
|