Home
last modified time | relevance | path

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

/netbsd/sys/arch/ia64/stand/common/
H A Dbcache.c46 #define BCACHE_TIMEOUT 10 macro
49 #define BCACHE_TIMEOUT 2 macro
309 if ((bcache_ctl[i].bc_blkno == blkno) && ((bcache_ctl[i].bc_stamp + BCACHE_TIMEOUT) >= now)) { in bcache_lookup()