T_MUTEX_SIZE
static kmutex_t t_hashmutex[T_MUTEX_SIZE];
#define T_MUTEX_INDEX(a) ((a) & (T_MUTEX_SIZE-1))
for (ix = 0; ix < T_MUTEX_SIZE; ix++)