_TAILQ_ENTRY
_TAILQ_ENTRY(struct lockdebug, volatile) ld_chain;
_TAILQ_ENTRY(struct lockdebug, volatile) ld_achain;
#define TAILQ_ENTRY(type) _TAILQ_ENTRY(struct type,)