lwkt_tokref
struct lwkt_tokref panic_tokens[LWKT_MAXTOKENS];
struct lwkt_tokref gd_handoff; /* hand-off tokref */
struct lwkt_tokref *t_ref; /* Exclusive ref */
struct lwkt_tokref td_toks_array[LWKT_MAXTOKENS];
struct lwkt_tokref;
typedef struct lwkt_tokref *lwkt_tokref_t;