/src/sys/sys/ |
pool.h | 294 * pool_allocator_kmem is the default that all pools get unless 299 extern struct pool_allocator pool_allocator_kmem;
|
pool.h | 294 * pool_allocator_kmem is the default that all pools get unless 299 extern struct pool_allocator pool_allocator_kmem;
|
/src/sys/kern/ |
subr_kmem.c | 503 pa = &pool_allocator_kmem;
|
subr_kmem.c | 503 pa = &pool_allocator_kmem;
|
subr_pool.c | 161 * pool_allocator_kmem - the default when no allocator is specified 172 struct pool_allocator pool_allocator_kmem = { variable in typeref:struct:pool_allocator 842 palloc = &pool_allocator_kmem;
|
subr_pool.c | 161 * pool_allocator_kmem - the default when no allocator is specified 172 struct pool_allocator pool_allocator_kmem = { variable in typeref:struct:pool_allocator 842 palloc = &pool_allocator_kmem;
|
vfs_wapbl.c | 384 "wapblentrypl", &pool_allocator_kmem, IPL_VM);
|
vfs_wapbl.c | 384 "wapblentrypl", &pool_allocator_kmem, IPL_VM);
|
/src/sys/arch/x86/x86/ |
pmap.c | 1945 0, 0, "pvpage", &pool_allocator_kmem,
|
pmap.c | 1945 0, 0, "pvpage", &pool_allocator_kmem,
|