Home
last modified time | relevance | path

Searched refs:MSIZE (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufdefines.py9 MSIZE = 256 variable
H A Dmbufs.py783 if (csize == MSIZE):
808 if (csize == (MSIZE + MCLBYTES)):
829 if (csize == (MSIZE + MBIGCLBYTES)):
850 if (csize == (MSIZE + M16KCLBYTES)):
/xnu-10002.1.13/bsd/i386/
H A Dparam.h107 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro
/xnu-10002.1.13/bsd/arm/
H A Dparam.h83 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro