| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 44 sizeof(__XSTRING(MAXMEMDOM))) 83 #if MAXMEMDOM < 256 95 domainid_t ds_order[MAXMEMDOM]; /* nth domain table. */ 98 extern struct domainset domainset_fixed[MAXMEMDOM], domainset_prefer[MAXMEMDOM];
|
| H A D | _domainset.h | 37 #define DOMAINSET_SETSIZE MAXMEMDOM
|
| H A D | smp.h | 176 extern cpuset_t cpuset_domain[MAXMEMDOM]; /* CPUs in each NUMA domain. */
|
| H A D | pmckern.h | 199 extern struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
|
| /f-stack/freebsd/arm/include/ |
| H A D | param.h | 76 #ifndef MAXMEMDOM 77 #define MAXMEMDOM 1 macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | param.h | 65 #ifndef MAXMEMDOM 66 #define MAXMEMDOM 8 macro
|
| /f-stack/freebsd/i386/include/ |
| H A D | param.h | 67 #ifndef MAXMEMDOM 68 #define MAXMEMDOM 1 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | param.h | 109 #ifndef MAXMEMDOM 110 #define MAXMEMDOM 1 macro
|
| /f-stack/freebsd/amd64/include/ |
| H A D | param.h | 74 #ifndef MAXMEMDOM 75 #define MAXMEMDOM 8 macro
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | srat.c | 46 #if MAXMEMDOM > 1
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _domainset.h | 37 #define DOMAINSET_SETSIZE MAXMEMDOM
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pagequeue.h | 296 char vmd_name[sizeof(__XSTRING(MAXMEMDOM))]; 299 extern struct vm_domain vm_dom[MAXMEMDOM];
|
| H A D | uma_int.h | 390 _Static_assert(MAXMEMDOM < 255,
|
| H A D | vm_reserv.c | 253 static struct vm_reserv_domain vm_rvd[MAXMEMDOM]; 1104 for (i = 0; i < MAXMEMDOM; i++) { in vm_reserv_init()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 87 #ifndef MAXMEMDOM 88 #define MAXMEMDOM 1 macro 91 struct domainset __read_mostly domainset_fixed[MAXMEMDOM]; 92 struct domainset __read_mostly domainset_prefer[MAXMEMDOM]; 95 struct vm_domain vm_dom[MAXMEMDOM];
|
| /f-stack/freebsd/arm64/acpica/ |
| H A D | acpi_machdep.c | 231 #if MAXMEMDOM > 1
|
| H A D | acpi_iort.c | 430 #if MAXMEMDOM > 1 in srat_resolve_its_pxm() 471 int map_counts[MAXMEMDOM + 1] = { 0 }; in iort_post_process_its()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_pmc.c | 105 __read_mostly struct pmc_domain_buffer_header *pmc_dom_hdrs[MAXMEMDOM];
|
| H A D | kern_cpuset.c | 122 struct domainset __read_mostly domainset_fixed[MAXMEMDOM]; 123 struct domainset __read_mostly domainset_prefer[MAXMEMDOM]; 140 cpuset_t cpuset_domain[MAXMEMDOM]; 1645 for (i = 0; i < MAXMEMDOM; i++) in cpuset_thread0() 1953 if (id < 0 || id >= MAXMEMDOM) in kern_cpuset_getaffinity()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 574 #if MAXMEMDOM > 1 in cpu_init_acpi() 613 if (domain < MAXMEMDOM) in start_cpu_fdt()
|
| /f-stack/freebsd/net/ |
| H A D | ieee8023ad_lacp.h | 208 struct lacp_numa pm_numa[MAXMEMDOM];
|
| H A D | ieee8023ad_lacp.c | 859 pm->pm_num_dom > 1 && numa_domain < MAXMEMDOM) { in lacp_select_tx_port_by_hash() 1073 if (domain >= MAXMEMDOM) in lacp_update_portmap() 1083 for (i = 0; i < MAXMEMDOM; i++) { in lacp_update_portmap()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 213 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in cpu_mp_start()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | intr_machdep.c | 587 static int current_cpu[MAXMEMDOM];
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 252 #if defined(DEV_ACPI) && MAXMEMDOM > 1 in cpu_mp_start()
|