SLIST_EMPTY
#define SLIST_EMPTY(head) ((head)->slh_first == NULL)
while (!SLIST_EMPTY(&xlwp->transactions)) {
if (!SLIST_EMPTY(&u->lwps)) {