Searched refs:no_shconf (Results 1 – 12 of 12) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_eal_flags.c | 121 #define no_shconf "--no-shconf" macro 441 const char * prefix = no_shconf; in test_invalid_vdev_flag() 767 const char *argv1[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 770 const char *argv2[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 773 const char *argv3[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 776 const char *argv4[] = { prgname, prefix, no_huge, no_shconf, in test_invalid_n_flag() 779 const char *argv5[] = { prgname, prefix, no_huge, no_shconf}; in test_invalid_n_flag() 845 const char * prefix = no_shconf; in test_no_huge_flag() 980 no_shconf, nosh_prefix, no_huge}; in test_misc_flags() 1028 no_shconf, nosh_prefix, no_huge}; in test_misc_flags()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal.c | 105 if (internal_conf->no_shconf) in rte_eal_config_create() 186 if (internal_conf->no_shconf) in rte_eal_config_attach() 224 if (internal_conf->no_shconf) in rte_eal_config_reattach() 271 if (!internal_conf->no_shconf) { in eal_proc_type_detect() 490 if (internal_conf->no_shconf == 0) { in eal_parse_args() 869 if (!internal_conf->no_shconf && eal_clean_runtime_dir() < 0) { in rte_eal_init()
|
| H A D | eal_hugepage_info.c | 114 if (internal_conf->no_shconf) in eal_hugepage_info_init()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 187 if (internal_conf->no_shconf) in rte_eal_config_create() 270 if (internal_conf->no_shconf) in rte_eal_config_attach() 308 if (internal_conf->no_shconf) in rte_eal_config_reattach() 355 if (!internal_conf->no_shconf) { in eal_proc_type_detect() 740 if (internal_conf->no_shconf == 0) { in eal_parse_args() 1214 if (!internal_conf->no_shconf && eal_clean_runtime_dir() < 0) { in rte_eal_init()
|
| H A D | eal_hugepage_info.c | 614 if (internal_conf->no_shconf) in eal_hugepage_info_init()
|
| H A D | eal_memory.c | 525 if (internal_conf->no_shconf) { in create_shared_memory()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 210 if (internal_conf->no_shconf) { in rte_mp_action_register() 246 if (internal_conf->no_shconf) { in rte_mp_action_unregister() 603 if (internal_conf->no_shconf) { in rte_mp_channel_init() 837 if (internal_conf->no_shconf) { in rte_mp_sendmsg() 1001 if (internal_conf->no_shconf) { in rte_mp_request_sync() 1100 if (internal_conf->no_shconf) { in rte_mp_request_async() 1246 if (internal_conf->no_shconf) { in rte_mp_reply()
|
| H A D | eal_internal_cfg.h | 64 volatile unsigned no_shconf; /**< true if there is no shared config */ member
|
| H A D | eal_common_memory.c | 1067 if (internal_conf->no_shconf == 0 && mcfg->mem_cfg_addr != 0) { in rte_eal_memory_detach() 1106 if (internal_conf->no_shconf == 0 && rte_eal_memdevice_init() < 0) in rte_eal_memory_init()
|
| H A D | eal_common_fbarray.c | 751 if (internal_conf->no_shconf) { in rte_fbarray_init() 1013 if (!internal_conf->no_shconf) { in rte_fbarray_destroy()
|
| H A D | eal_common_options.c | 1787 conf->no_shconf = 1; in eal_parse_common_option() 1793 conf->no_shconf = 1; in eal_parse_common_option()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal.c | 314 internal_conf->no_shconf = 1; in rte_eal_init()
|