9978bd996b
Remove malloc_domain(9) and most other _domain KPIs added in r327900. The new functions allow the caller to specify a general NUMA domain selection policy, rather than specifically requesting an allocation from a specific domain. The latter policy tends to interact poorly with M_WAITOK, resulting in situations where a caller is blocked indefinitely because the specified domain is depleted. Most existing consumers of the _domain KPIs are converted to instead use a DOMAINSET_PREF() policy, in which we fall back to other domains to satisfy the allocation request. This change also defines a set of DOMAINSET_FIXED() policies, which only permit allocations from the specified domain. Discussed with: gallatin, jeff Reported and tested by: pho (previous version) MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17418 |
||
---|---|---|
.. | ||
autoconf.c | ||
bus_machdep.c | ||
busdma_bounce.c | ||
busdma_machdep.c | ||
cpu_machdep.c | ||
delay.c | ||
dump_machdep.c | ||
fdt_machdep.c | ||
identcpu.c | ||
intr_machdep.c | ||
io_apic.c | ||
legacy.c | ||
local_apic.c | ||
mca.c | ||
mp_watchdog.c | ||
mp_x86.c | ||
mptable_pci.c | ||
mptable.c | ||
msi.c | ||
nexus.c | ||
pvclock.c | ||
stack_machdep.c | ||
tsc.c | ||
ucode.c | ||
x86_mem.c |