a_tmgr_struct
struct a_tmgr_struct *pm_a_tmgr; /* Level-A table manager */
static TAILQ_HEAD(a_pool_head_struct, a_tmgr_struct) a_pool;
typedef struct a_tmgr_struct a_tmgr_t;
TAILQ_ENTRY(a_tmgr_struct) at_link; /* list linker */