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

/freebsd-9.3-release/sys/boot/common/
H A Dbcache.c56 time_t bc_stamp; member in struct:bcachectl
289 bcache_ctl[cand].bc_stamp = now;
308 if ((bcache_ctl[i].bc_blkno == blkno) && ((bcache_ctl[i].bc_stamp + BCACHE_TIMEOUT) >= now)) {
310 DEBUG("hit blk %d <- %d (now %d then %d)", blkno, i, now, bcache_ctl[i].bc_stamp);
342 printf("%08jx %04x %04x|", (uintmax_t)bcache_ctl[i].bc_blkno, (unsigned int)bcache_ctl[i].bc_stamp & 0xffff, bcache_ctl[i].bc_count & 0xffff);

Completed in 45 milliseconds