OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxbufs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsck_lfs/
bufcache.c
66
int
maxbufs
= BUF_CACHE_SIZE;
variable
253
while (nbufs >=
maxbufs
+ locked_queue_count) {
271
warnx("allocating more than %d buffers",
maxbufs
);
/src/external/bsd/less/dist/
ch.c
128
static int
maxbufs
= -1;
variable
211
(
maxbufs
< 0 || ch_nbufs <
maxbufs
))
655
maxbufs
= -1;
659
maxbufs
= bufspace / lbufk + (bufspace % lbufk != 0);
660
if (
maxbufs
< 1)
661
maxbufs
= 1;
Completed in 17 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026