Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dbcache.c81 static u_int bcache_rablks; variable
358 bcache_rablks += (p_size - r_size); in read_strategy()
360 bcache_rablks += ra; in read_strategy()
515 printf("cache readahead: %u\n", bcache_rablks); in command_bcache()