modlist
mod = kmalloc(sizeof(struct modlist), M_LINKER, M_NOWAIT | M_ZERO);
typedef TAILQ_HEAD(, modlist) modlisthead_t;
TAILQ_ENTRY(modlist) link; /* chain together all modules */
typedef struct modlist *modlist_t;