Home
last modified time | relevance | path

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

/xnu-11417.121.6/tools/lldbmacros/
H A Dmbufdefines.py6 MSIZE = 256 variable
H A Dmbufs.py793 if (csize == MSIZE):
818 if (csize == (MSIZE + MCLBYTES)):
839 if (csize == (MSIZE + MBIGCLBYTES)):
860 if (csize == (MSIZE + M16KCLBYTES)):
/xnu-11417.121.6/bsd/arm/
H A Dparam.h83 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro
/xnu-11417.121.6/bsd/i386/
H A Dparam.h107 #define MSIZE (1 << MSIZESHIFT) /* size of an mbuf */ macro