Home
last modified time | relevance | path

Searched refs:EXT_CLUSTER (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dmbuf.h387 #define EXT_CLUSTER 1 /* mbuf cluster */ macro
627 type = EXT_CLUSTER; in m_gettype()
774 case EXT_CLUSTER: in m_cljset()
/f-stack/freebsd/sys/
H A Dmbuf.h563 #define EXT_CLUSTER 1 /* mbuf cluster */ macro
853 type = EXT_CLUSTER; in m_gettype()
1000 case EXT_CLUSTER: in m_cljset()
/f-stack/freebsd/kern/
H A Duipc_mbuf2.c157 (n->m_ext.ext_type == EXT_CLUSTER && M_WRITABLE(n))) in m_pulldown()
H A Dkern_mbuf.c1204 case EXT_CLUSTER: in mb_free_ext()
1510 KASSERT(type != EXT_CLUSTER, ("%s: EXT_CLUSTER not allowed", __func__)); in m_extadd()