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

/freebsd-10.2-release/sys/sparc64/include/
H A Dvmparam.h78 * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool
85 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-10.2-release/sys/arm/include/
H A Dvmparam.h90 * pool, VM_FREEPOOL_DEFAULT.
94 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-10.2-release/sys/i386/include/
H A Dvmparam.h89 * pool, VM_FREEPOOL_DEFAULT.
93 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-10.2-release/sys/ia64/include/
H A Dvmparam.h83 * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool
90 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-10.2-release/sys/powerpc/include/
H A Dvmparam.h139 * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool
146 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-10.2-release/sys/mips/include/
H A Dvmparam.h152 * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool
159 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-10.2-release/sys/amd64/include/
H A Dvmparam.h93 * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool
100 #define VM_FREEPOOL_DEFAULT 0 macro
/freebsd-10.2-release/sys/vm/
H A Dvm_phys.c517 m->pool = VM_FREEPOOL_DEFAULT;
1076 if (m_ret->pool != VM_FREEPOOL_DEFAULT)
1077 vm_phys_set_pool(VM_FREEPOOL_DEFAULT, m_ret, oind);
H A Dvm_reserv.c585 m = vm_phys_alloc_pages(VM_FREEPOOL_DEFAULT, VM_LEVEL_0_ORDER);
H A Dvm_page.c1524 vm_phys_set_pool(VM_FREEPOOL_DEFAULT, m, 0);
1543 VM_FREEPOOL_DEFAULT : VM_FREEPOOL_DIRECT, 0);
1547 VM_FREEPOOL_DEFAULT : VM_FREEPOOL_DIRECT,

Completed in 121 milliseconds