Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dbcache.c57 time_t bc_stamp; member
290 bcache_ctl[cand].bc_stamp = now; in bcache_insert()
309 if ((bcache_ctl[i].bc_blkno == blkno) && ((bcache_ctl[i].bc_stamp + BCACHE_TIMEOUT) >= now)) { in bcache_lookup()
311 DEBUG("hit blk %d <- %d (now %d then %d)", blkno, i, now, bcache_ctl[i].bc_stamp); in bcache_lookup()
341 …printf("%lx %x %x|", (uintmax_t)bcache_ctl[i].bc_blkno, (unsigned int)bcache_ctl[i].bc_stamp & 0xf… in command_bcache()