Home
last modified time | relevance | path

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

/freebsd-head/stand/common/
HDbcache.c74 static u_int bcache_units; /* number of devices with cache */ variable
164 bcache_units++; in bcache_allocate()
179 bcache_units--; in bcache_free()
517 printf("cached units: %u\n", bcache_units); in command_bcache()