Searched refs:BCACHE_TIMEOUT (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/boot/common/
H A Dbcache.c45 #define BCACHE_TIMEOUT 10 macro
48 #define BCACHE_TIMEOUT 2 macro
294 * Look for a block in the cache. Blocks more than BCACHE_TIMEOUT seconds old
308 if ((bcache_ctl[i].bc_blkno == blkno) && ((bcache_ctl[i].bc_stamp + BCACHE_TIMEOUT) >= now)) {

Completed in 37 milliseconds