Home
last modified time | relevance | path

Searched refs:cacheAlloc (Results 1 – 1 of 1) sorted by relevance

/sys/kern/
Dbufcache.c25 static uint64_t cacheAlloc; variable
80 cacheAlloc = 0; in BufCache_Init()
189 cacheAlloc++; in BufCache_Alloc()
289 kprintf("Allocations: %lld\n", cacheAlloc); in Debug_BufCache()