UIDHASH_SZ
for(n = 0; n < UIDHASH_SZ; ++n)
#define UIDHASH_MASK (UIDHASH_SZ - 1)
static struct hlist_head uidhash_table[UIDHASH_SZ];