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

  /src/sys/ufs/lfs/
ulfs_inode.h 72 #define LFS_MAX_BUFS lfs_max_bufs()
lfs_extern.h 168 int lfs_max_bufs(void);
lfs_bio.c 313 lfs_max_bufs(void) function in typeref:typename:int
637 if (locked_queue_count + INOCOUNT(fs) > LFS_MAX_BUFS)
639 locked_queue_count + INOCOUNT(fs), LFS_MAX_BUFS));
671 } else if (locked_queue_count + INOCOUNT(fs) > LFS_MAX_BUFS ||
710 if (locked_queue_count + INOCOUNT(fs) >= LFS_MAX_BUFS ||

Completed in 13 milliseconds