OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufpages
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rump_vfs.c
117
/* make number of
bufpages
5% of total memory limit */
119
extern u_int
bufpages
;
120
bufpages
= rump_physmemlimit / (20 * PAGE_SIZE);
/src/sys/arch/sun2/sun2/
machdep.c
231
extern u_int
bufpages
;
321
bufpages
= 37;
/src/sys/kern/
vfs_bio.c
181
#ifndef
BUFPAGES
182
# define
BUFPAGES
0
194
u_int
bufpages
=
BUFPAGES
; /* optional hardwired count */
variable in typeref:typename:u_int
428
* - If
bufpages
is specified, use that as the number
434
if (
bufpages
!= 0) {
435
n =
bufpages
;
Completed in 38 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025