Searched defs:internal_config (Results 1 – 2 of 2) sorted by relevance
54 struct internal_config { struct59 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 …]
23 static struct internal_config internal_config; variable