OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mb_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
uipc_mbuf.c
94
pool_cache_t
mb_cache
; /* mbuf cache */
variable
186
mb_cache
= pool_cache_init(msize, 0, 0, 0, "mbpl",
188
KASSERT(
mb_cache
!= NULL);
194
pool_cache_set_drain_hook(
mb_cache
, mb_drain, NULL);
223
pool_cache_setlowat(
mb_cache
, mblowat);
320
pool_cache_setlowat(
mb_cache
, mblowat);
541
m = pool_cache_get(
mb_cache
,
2027
pool_cache_put(
mb_cache
, m);
2056
pool_cache_put(
mb_cache
, m);
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026