Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/common/
HDbcache.c82 static u_int bcache_rablks; variable
359 bcache_rablks += (p_size - r_size); in read_strategy()
361 bcache_rablks += ra; in read_strategy()
516 printf("cache readahead: %u\n", bcache_rablks); in command_bcache()