Searched refs:VM_FREEPOOL_DEFAULT (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dvmparam.h103 * pool, VM_FREEPOOL_DEFAULT.
106 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/arm64/include/
H A Dvmparam.h78 * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool
84 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/powerpc/include/
H A Dvmparam.h139 * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool
145 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/riscv/include/
H A Dvmparam.h78 * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool
84 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dvmparam.h78 * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool
84 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h152 * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool
158 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h89 * pool, VM_FREEPOOL_DEFAULT.
92 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h93 * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool
99 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-11-stable/sys/vm/
H A Dvm_phys.c1439 if (m_ret->pool != VM_FREEPOOL_DEFAULT)
1440 vm_phys_set_pool(VM_FREEPOOL_DEFAULT, m_ret, oind);
H A Dvm_page.c439 m->pool = VM_FREEPOOL_DEFAULT;
1666 VM_FREEPOOL_DEFAULT : VM_FREEPOOL_DIRECT, 0);
1670 VM_FREEPOOL_DEFAULT : VM_FREEPOOL_DIRECT,
H A Dvm_reserv.c694 m = vm_phys_alloc_pages(VM_FREEPOOL_DEFAULT, VM_LEVEL_0_ORDER);

Completed in 144 milliseconds