OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxbufs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/cxgb/
cxgb_mvec.h
67
int _m_collapse(struct mbuf *, int
maxbufs
, struct mbuf **);
112
m_collapse(struct mbuf *m, int
maxbufs
, struct mbuf **mnew)
121
return _m_collapse(m,
maxbufs
, mnew);
/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
);
Completed in 29 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026