Searched refs:MT_NOINIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/sys/
H A Dmbuf.h767 #define MT_NOINIT 255 /* Not a type but a flag to allocate macro
986 args.type = type | MT_NOINIT;
1012 args.type = type | MT_NOINIT;
/freebsd-current/sys/kern/
H A Dkern_mbuf.c655 if (type == MT_NOINIT)
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_sge.c722 if ((m = m_getcl(M_NOWAIT, MT_NOINIT, M_PKTHDR)) == NULL)

Completed in 159 milliseconds