Searched refs:EXT_CLUSTER (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/kern/
H A Duipc_mbuf2.c139 * EXT_CLUSTER. Anything else makes it non-writable.
153 (n->m_ext.ext_type == EXT_CLUSTER && M_WRITABLE(n)))
H A Dkern_mbuf.c1197 case EXT_CLUSTER:
1563 KASSERT(type != EXT_CLUSTER, ("%s: EXT_CLUSTER not allowed", __func__));
/freebsd-current/sys/sys/
H A Dmbuf.h588 #define EXT_CLUSTER 1 /* mbuf cluster */ macro
884 type = EXT_CLUSTER;
1053 case EXT_CLUSTER:
/freebsd-current/sys/dev/bce/
H A Dif_bce.c9678 case EXT_CLUSTER:
9679 printf("EXT_CLUSTER\n"); break;
/freebsd-current/sys/dev/bxe/
H A Dbxe.c4745 case EXT_CLUSTER: type = "EXT_CLUSTER"; break;

Completed in 129 milliseconds