KMUTEX_FILL_SZ
# if !defined(KMUTEX_FILL_SZ)
char _fill[KMUTEX_FILL_SZ];
CTASSERT(sizeof(ipfmutex_t) == KMUTEX_FILL_SZ);