LWKT_MAXTOKENS
struct lwkt_tokref panic_tokens[LWKT_MAXTOKENS];
lwkt_tokref_t sort_array[LWKT_MAXTOKENS];
struct lwkt_tokref td_toks_array[LWKT_MAXTOKENS];
#define td_toks_end td_toks_array[LWKT_MAXTOKENS]