git: d18aaeff8fd3 - main - vm_page.h: Materialize a spare bit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Feb 2026 10:29:37 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=d18aaeff8fd314e79642062d95110ad174bd1882
commit d18aaeff8fd314e79642062d95110ad174bd1882
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-02-16 12:53:16 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-02-19 10:29:02 +0000
vm_page.h: Materialize a spare bit
No functional change (intended).
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
---
sys/vm/vm_page.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index 0a143544e907..a091310ffd17 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -487,6 +487,7 @@ vm_page_t PHYS_TO_VM_PAGE(vm_paddr_t pa);
#define VM_ALLOC_INTERRUPT 1
#define VM_ALLOC_SYSTEM 2
#define VM_ALLOC_CLASS_MASK 3
+#define VM_ALLOC_AVAIL0 0x0004
#define VM_ALLOC_WAITOK 0x0008 /* (gnp) Sleep and retry */
#define VM_ALLOC_WAITFAIL 0x0010 /* (acgnp) Sleep and return error */
#define VM_ALLOC_WIRED 0x0020 /* (acgnp) Allocate a wired page */