Home
last modified time | relevance | path

Searched refs:MJUMPAGESIZE (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dparam.h188 #define MJUMPAGESIZE MCLBYTES macro
190 #define MJUMPAGESIZE PAGE_SIZE macro
192 #define MJUMPAGESIZE (8 * 1024) macro
H A Dmbuf.h855 #if MJUMPAGESIZE != MCLBYTES in m_gettype()
856 case MJUMPAGESIZE: in m_gettype()
905 #if MJUMPAGESIZE != MCLBYTES in m_getzone()
906 case MJUMPAGESIZE: in m_getzone()
1003 #if MJUMPAGESIZE != MCLBYTES in m_cljset()
1005 size = MJUMPAGESIZE; in m_cljset()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h629 #if MJUMPAGESIZE != MCLBYTES in m_gettype()
630 case MJUMPAGESIZE: in m_gettype()
679 #if MJUMPAGESIZE != MCLBYTES in m_getzone()
680 case MJUMPAGESIZE: in m_getzone()
777 #if MJUMPAGESIZE != MCLBYTES in m_cljset()
779 size = MJUMPAGESIZE; in m_cljset()
/f-stack/freebsd/kern/
H A Dkern_mbuf.c163 nmbjumbop = maxmbufmem / MJUMPAGESIZE / 4; in tunable_mbinit()
352 zone_jumbop = uma_zcreate(MBUF_JUMBOP_MEM_NAME, MJUMPAGESIZE, in mbuf_init()
1370 if (size > MJUMPAGESIZE) in m_get2()
1442 MJUMPAGESIZE); in m_getm2()
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.c529 #if MJUMPAGESIZE != MCLBYTES in ieee80211_realign()
530 space <= MJUMPAGESIZE ? MJUMPAGESIZE : in ieee80211_realign()
/f-stack/freebsd/netinet/libalias/
H A Dalias.c1778 if (len <= MJUMPAGESIZE) in m_megapullup()
/f-stack/freebsd/net/
H A Diflib.c2394 return (MJUMPAGESIZE); in iflib_get_mbuf_size_for()