Home
last modified time | relevance | path

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

/xv6-public/
H A Dparam.h12 #define NBUF (MAXOPBLOCKS*3) // size of disk block cache macro
H A Dbio.c31 struct buf buf[NBUF];
49 for(b = bcache.buf; b < bcache.buf+NBUF; b++){ in binit()