OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bc_stamp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/ia64/stand/common/
bcache.c
57
time_t
bc_stamp
;
member in struct:bcachectl
290
bcache_ctl[cand].
bc_stamp
= now;
309
if ((bcache_ctl[i].bc_blkno == blkno) && ((bcache_ctl[i].
bc_stamp
+ BCACHE_TIMEOUT) >= now)) {
311
DEBUG("hit blk %d <- %d (now %d then %d)", blkno, i, now, bcache_ctl[i].
bc_stamp
);
341
printf("%lx %x %x|", (uintmax_t)bcache_ctl[i].bc_blkno, (unsigned int)bcache_ctl[i].
bc_stamp
& 0xffff, bcache_ctl[i].bc_count & 0xffff);
Completed in 11 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025