Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dmbuf.h1210 void m_profile(struct mbuf *m);
1211 #define M_PROFILE(m) m_profile(m)
/f-stack/freebsd/sys/
H A Dmbuf.h1473 void m_profile(struct mbuf *m);
1474 #define M_PROFILE(m) m_profile(m)
/f-stack/freebsd/kern/
H A Duipc_mbuf.c2056 m_profile(struct mbuf *m) in m_profile() function