ssm_node2inst
struct ssm_node2inst *next;
static struct ssm_node2inst ssm_node2inst_map = {-1, -1, NULL};
struct ssm_node2inst *prev, *sp, *tsp;
tsp = kmem_zalloc(sizeof (struct ssm_node2inst), KM_SLEEP);
kmem_free(tsp, sizeof (struct ssm_node2inst));
struct ssm_node2inst *prev, *sp;
kmem_free(sp, sizeof (struct ssm_node2inst));
struct ssm_node2inst *sp;