|
|
1.1 ! root 1: #include "../h/param.h" ! 2: #include "../h/systm.h" ! 3: #include "../h/buf.h" ! 4: #include "../h/acct.h" ! 5: #include "../h/inode.h" ! 6: #include "sparam.h" ! 7: ! 8: struct buf bfreelist[BQUEUES]; /* buffer chain headers */ ! 9: struct buf bswlist; /* free list of swap headers */ ! 10: struct buf *bclnlist; /* header for list of cleaned pages */ ! 11: struct acct acctbuf; ! 12: struct inode *acctp; ! 13: ! 14: /* ! 15: * Fetchable stream parameters ! 16: */ ! 17: int Nqueue = NQUEUE; ! 18: int Nstream = NSTREAM; ! 19: int Nblk64 = NBLK64; ! 20: int Nblk16 = NBLK16; ! 21: int Nblk4 = NBLK4; ! 22: #ifndef NBLKBIG ! 23: #define NBLKBIG 0 ! 24: #endif ! 25: int Nblkbig = NBLKBIG; ! 26: int Nblock = (NBLKBIG+NBLK64+NBLK16+NBLK4);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.