tseg_qent
const struct tseg_qent *last, *prev;
struct tseg_qent *q;
struct tseg_qent *p = NULL;
struct tseg_qent *te;
te = kmalloc(sizeof(struct tseg_qent), M_TSEGQ, M_INTWAIT | M_NULLOK);
struct tseg_qent *nq;
struct tseg_qent *q;
struct tseg_qent *te;
struct tseg_qent *q;
TAILQ_HEAD(tsegqe_head, tseg_qent);
TAILQ_ENTRY(tseg_qent) tqe_q;