TAILQ_EMPTY
#undef TAILQ_EMPTY
#define TAILQ_EMPTY(head) \
#define TAILQ_EMPTY(head) ((head)->tqh_first == NULL)