Home
last modified time | relevance | path

Searched refs:ndomain (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c73 static int ndomain; variable
477 ndomain = 0; in renumber_domains()
480 for (j = 0; j < ndomain; j++) { in renumber_domains()
484 if (j < ndomain && domain_pxm[j] == mem_info[i].domain) in renumber_domains()
487 if (ndomain >= MAXMEMDOM) { in renumber_domains()
488 ndomain = 1; in renumber_domains()
495 for (j = ndomain; j > slot; j--) in renumber_domains()
498 ndomain++; in renumber_domains()
502 for (i = 0; i < ndomain; i++) { in renumber_domains()
630 vm_phys_register_domains(ndomain, mem_info, vm_locality_table); in acpi_pxm_set_mem_locality()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dplatform.c124 int i, j, maxdom, ndomain, offset; in numa_mem_regions() local
150 ndomain = maxdom + 1; in numa_mem_regions()
151 if (ndomain > 1) { in numa_mem_regions()
152 for (i = 0; i < ndomain; i++) { in numa_mem_regions()
153 for (j = 0; j < ndomain; j++) { in numa_mem_regions()
165 vm_phys_register_domains(ndomain, mem_info, vm_locality_table); in numa_mem_regions()
/freebsd/sys/kern/
H A Dkern_cpuset.c493 struct domainset *ndomain; in _domainset_create() local
503 LIST_FOREACH(ndomain, &cpuset_domains, ds_link) in _domainset_create()
504 if (domainset_equal(ndomain, domain)) in _domainset_create()
510 if (ndomain == NULL) { in _domainset_create()
518 if (ndomain == NULL) in _domainset_create()
524 return (ndomain); in _domainset_create()
569 struct domainset *ndomain; in domainset_create() local
584 ndomain = uma_zalloc(domainset_zone, M_WAITOK | M_ZERO); in domainset_create()
585 domainset_copy(domain, ndomain); in domainset_create()
586 return _domainset_create(ndomain, NULL); in domainset_create()
[all …]
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr81 …"Please enter your fully qualified hostname (e.g. full.example.com). The\ndomain portion of the ho…