OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufcache
(Results
1 - 2
of
2
) sorted by relevancy
/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
...]
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 87 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025