Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
subr_kmem.c | 215 static pool_cache_t kmem_cache_big[KMEM_CACHE_BIG_COUNT] __cacheline_aligned; variable in typeref:typename:pool_cache_t[KMEM_CACHE_BIG_COUNT]__cacheline_aligned 313 pc = kmem_cache_big[index]; 383 pc = kmem_cache_big[index]; 533 kmem_cache_big, PAGE_SIZE, KMEM_BIG_SHIFT, IPL_VM); |
subr_kmem.c | 215 static pool_cache_t kmem_cache_big[KMEM_CACHE_BIG_COUNT] __cacheline_aligned; variable in typeref:typename:pool_cache_t[KMEM_CACHE_BIG_COUNT]__cacheline_aligned 313 pc = kmem_cache_big[index]; 383 pc = kmem_cache_big[index]; 533 kmem_cache_big, PAGE_SIZE, KMEM_BIG_SHIFT, IPL_VM); |