CUSE_CONNTBL_LEN
for (i = 0; i < CUSE_CONNTBL_LEN; ++i) {
for (i = 0; i < CUSE_CONNTBL_LEN; i++)
static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN];
return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN];