Home
last modified time | relevance | path

Searched defs:internal_config (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_internal_cfg.h54 struct internal_config { struct
59 struct hugepage_file_discipline hugepage_file;
60 volatile unsigned no_pci; /**< true to disable PCI */
61 volatile unsigned no_hpet; /**< true to disable HPET */
65 volatile unsigned in_memory;
72 volatile unsigned force_sockets;
74 volatile unsigned force_socket_limits;
77 volatile unsigned legacy_mem;
81 volatile unsigned match_allocations;
83 volatile unsigned single_file_segments;
[all …]
H A Deal_common_config.c23 static struct internal_config internal_config; variable