HomeSort by: relevance | last modified time | path
    Searched refs:bufcache (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_lfs/
Makefile 10 SRCS= bufcache.c dir.c fsutil.c inode.c lfs.c lfs_cksum.c lfs_itimes.c main.c
  /src/sbin/newfs_lfs/
Makefile 10 SRCS+= bufcache.c vnode.c lfs.c segwrite.c lfs_itimes.c partutil.c
  /src/usr.bin/systat/
Makefile 14 SRCS= bufcache.c cmds.c cmdtab.c convtbl.c disks.c df.c drvstats.c \
  /src/sys/kern/
vfs_bio.c 185 #ifdef BUFCACHE
186 # if (BUFCACHE < 5) || (BUFCACHE > 95)
187 # error BUFCACHE is not between 5 and 95
190 # define BUFCACHE 15
195 u_int bufcache = BUFCACHE; /* max % of RAM to use for buffer cache */ variable in typeref:typename:u_int
336 /* lowater is approx. 2% of memory (with bufcache = 15) */
431 * - Otherwise, use bufcache as the percentage of
437 if (bufcache < 5)
    [all...]

Completed in 43 milliseconds