Home
last modified time | relevance | path

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

/freebsd/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; in m_get_raw()
1012 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.c719 if ((m = m_getcl(M_NOWAIT, MT_NOINIT, M_PKTHDR)) == NULL) in refill_fl()