sleepq
struct sleepq *l_sleepq; /* l: current sleep queue */
typedef struct sleepq sleepq_t;
LIST_HEAD(sleepq, lwp);