freebsd-skq/sys/sparc64
jeff 3c355d849c Replace manyinstances of VM_WAIT with blocking page allocation flags
similar to the kernel memory allocator.

This simplifies NUMA allocation because the domain will be known at wait
time and races between failure and sleeping are eliminated.  This also
reduces boilerplate code and simplifies callers.

A wait primitive is supplied for uma zones for similar reasons.  This
eliminates some non-specific VM_WAIT calls in favor of more explicit
sleeps that may be satisfied without new pages.

Reviewed by:	alc, kib, markj
Tested by:	pho
Sponsored by:	Netflix, Dell/EMC Isilon
2017-11-08 02:39:37 +00:00
..
central
conf Update several more URLs 2017-10-29 08:17:03 +00:00
ebus
fhc
include Add AT_HWCAP2 ELF auxiliary vector. 2017-10-21 12:05:01 +00:00
isa
pci Fix a bug introduced as part of r287726; use the right device_t for 2017-04-29 00:53:17 +00:00
sbus Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sparc64 Replace manyinstances of VM_WAIT with blocking page allocation flags 2017-11-08 02:39:37 +00:00