Home
last modified time | relevance | path

Searched refs:hugepage_file (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/eal/linux/
H A Deal_memory.c287 struct hugepage_file *hf = &hugepg_tbl[i]; in map_all_hugepages()
497 const struct hugepage_file *p1 = a; in cmp_physaddr()
498 const struct hugepage_file *p2 = b; in cmp_physaddr()
501 const struct hugepage_file *p1 = b; in cmp_physaddr()
502 const struct hugepage_file *p2 = a; in cmp_physaddr()
585 struct hugepage_file *hp = &hugepg_tbl[page]; in unlink_hugepage_files()
863 struct hugepage_file *prev, *cur;
989 struct hugepage_file *prev, *cur;
1499 struct hugepage_file *hp = NULL;
1528 num_hp = size / sizeof(struct hugepage_file);
[all …]
H A Deal_memalloc.c323 if (!internal_conf->hugepage_file.unlink_existing && ret == 0 && in get_seg_fd()
340 internal_conf->hugepage_file.unlink_existing && in get_seg_fd()
466 *dirty &= !internal_conf->hugepage_file.unlink_existing; in resize_hugefile_in_filesystem()
591 if (internal_conf->hugepage_file.unlink_before_mapping && in alloc_seg()
725 if (!internal_conf->hugepage_file.unlink_before_mapping && in alloc_seg()
785 internal_conf->hugepage_file.unlink_existing && in free_seg()
786 !internal_conf->hugepage_file.unlink_before_mapping) { in free_seg()
1773 if (internal_conf->hugepage_file.unlink_before_mapping && in eal_memalloc_init()
1774 !internal_conf->hugepage_file.unlink_existing) { in eal_memalloc_init()
H A Deal_hugepage_info.c555 if (!internal_conf->hugepage_file.unlink_existing) { in hugepage_info_init()
H A Deal.c1261 internal_conf->hugepage_file.unlink_existing) in rte_eal_cleanup()
/dpdk/lib/eal/common/
H A Deal_hugepages.h18 struct hugepage_file { struct
H A Deal_internal_cfg.h59 struct hugepage_file_discipline hugepage_file; member
H A Deal_common_options.c312 internal_cfg->hugepage_file.unlink_before_mapping = false; in eal_reset_internal_config()
313 internal_cfg->hugepage_file.unlink_existing = true; in eal_reset_internal_config()
1762 if (eal_parse_huge_unlink(optarg, &conf->hugepage_file) < 0) { in eal_parse_common_option()
1794 conf->hugepage_file.unlink_before_mapping = true; in eal_parse_common_option()
2076 internal_cfg->hugepage_file.unlink_before_mapping && in eal_check_common_options()
2087 internal_cfg->hugepage_file.unlink_before_mapping && in eal_check_common_options()
2093 if (!internal_cfg->hugepage_file.unlink_existing && in eal_check_common_options()