Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmbuf.h766 #define MT_NOINIT 255 /* Not a type but a flag to allocate macro
984 args.type = type | MT_NOINIT; in m_get_raw()
1010 args.type = type | MT_NOINIT; in m_gethdr_raw()
/freebsd/sys/kern/
H A Dkern_mbuf.c655 if (type == MT_NOINIT) in mb_ctor_mbuf()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c722 if ((m = m_getcl(M_NOWAIT, MT_NOINIT, M_PKTHDR)) == NULL) in refill_fl()