Home
last modified time | relevance | path

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

/sys/kern/
Dbufcache.c26 static Slab cacheEntrySlab; variable
28 DEFINE_SLAB(BufCacheEntry, &cacheEntrySlab);
62 Slab_Init(&cacheEntrySlab, "BufCacheEntry Slab", sizeof(BufCacheEntry), 16); in BufCache_Init()