HomeSort by: relevance | last modified time | path
    Searched defs:bc_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ia64/stand/common/
bcache.c 58 int bc_count; member in struct:bcachectl
119 bcache_ctl[i].bc_count = -1;
272 ocount = bcache_ctl[0].bc_count;
281 if (bcache_ctl[i].bc_count < ocount) {
282 ocount = bcache_ctl[i].bc_count;
291 bcache_ctl[cand].bc_count = bcache_bcount++;
327 bcache_ctl[i].bc_count = -1;
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);
bcache.c 58 int bc_count; member in struct:bcachectl
119 bcache_ctl[i].bc_count = -1;
272 ocount = bcache_ctl[0].bc_count;
281 if (bcache_ctl[i].bc_count < ocount) {
282 ocount = bcache_ctl[i].bc_count;
291 bcache_ctl[cand].bc_count = bcache_bcount++;
327 bcache_ctl[i].bc_count = -1;
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 25 milliseconds