OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ext_storage
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
mbuf.h
310
#define
m_ext_storage
M_dat.MH.MH_dat.MH_ext.ext_storage
macro
312
#define m_ext m_ext_ref->
m_ext_storage
481
(m)->
m_ext_storage
.ext_buf = malloc((size), 0, (how)); \
482
if ((m)->
m_ext_storage
.ext_buf != NULL) { \
/src/sys/kern/
uipc_mbuf.c
640
m->
m_ext_storage
.ext_buf = (char *)pool_cache_get_paddr(mcl_cache,
642
&m->
m_ext_storage
.ext_paddr);
644
if (m->
m_ext_storage
.ext_buf == NULL)
647
KASSERTMSG((((vaddr_t)m->
m_ext_storage
.ext_buf & PAGE_MASK) + mclbytes
649
"m=%p m->
m_ext_storage
.ext_buf=%p"
Completed in 37 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025