OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NMBCLUSTERS
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/playstation2/include/
param.h
95
#ifndef
NMBCLUSTERS
101
#define
NMBCLUSTERS
2048 /* Map size, max cluster allocation */
103
#define
NMBCLUSTERS
1024 /* Map size, max cluster allocation */
/src/sys/arch/emips/include/
param.h
69
#ifndef
NMBCLUSTERS
75
#define
NMBCLUSTERS
2048 /* map size, max cluster allocation */
77
#define
NMBCLUSTERS
1024 /* map size, max cluster allocation */
/src/sys/arch/playstation2/conf/
AGATE
23
options
NMBCLUSTERS
=4096 # Max. number of mbuf clusters
DEBUG
19
options
NMBCLUSTERS
=4096 # Max. number of mbuf clusters
/src/sys/kern/
uipc_mbuf.c
122
"WARNING: mclpool limit reached; increase kern.mbuf.
nmbclusters
";
200
#ifdef
NMBCLUSTERS
201
nmbclusters
= MIN(
NMBCLUSTERS
, nmbclusters_limit());
203
nmbclusters
= MAX(1024,
205
nmbclusters
= MIN(
nmbclusters
, nmbclusters_limit());
213
pool_cache_sethardlimit(mcl_cache,
nmbclusters
, mclpool_warnmsg, 60);
278
*
nmbclusters
, mblowat and mcllowat need range
310
if (newval <
nmbclusters
)
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Oct 25 10:09:55 GMT 2025