Searched refs:ctxop_t (Results 1 – 2 of 2) sorted by relevance
47 wsp->walk_data = mdb_alloc(sizeof (ctxop_t), UM_SLEEP); in ctxop_walk_init()62 sizeof (ctxop_t), wsp->walk_addr) == -1) { in ctxop_walk_step()70 wsp->walk_addr = (uintptr_t)(((ctxop_t *)wsp->walk_data)->next); in ctxop_walk_step()77 mdb_free(wsp->walk_data, sizeof (ctxop_t)); in ctxop_walk_fini()
71 } ctxop_t; typedef137 ctxop_t *t_ctx; /* thread context */