Mark Johnston 92db9f3bb7 Introduce vm_page_alloc_noobj_contig()
This is the same as vm_page_alloc_noobj(), but allocates physically
contiguous runs of memory.  For now it is implemented in terms of
vm_page_alloc_contig(), with the difference that
vm_page_alloc_noobj_contig() implements VM_ALLOC_ZERO by zeroing the
page.

Reviewed by:	alc, kib
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D32005
2021-10-19 21:22:56 -04:00
..
2020-11-19 03:59:21 +00:00
2021-10-11 12:59:39 -06:00
2021-05-02 19:45:23 -04:00
2020-10-14 22:51:40 +00:00
2021-08-05 22:52:26 +08:00
2021-08-10 21:27:54 -04:00
2020-08-17 13:02:01 +00:00
2021-05-07 17:08:03 +03:00
2021-05-15 20:47:29 +00:00
2021-09-29 16:41:52 -03:00
2021-09-29 16:41:52 -03:00
2021-05-13 20:13:34 +03:00