Lines Matching refs:ctxop
1042 struct ctxop *ctx; in installctx()
1044 ctx = kmem_alloc(sizeof (struct ctxop), KM_SLEEP); in installctx()
1070 struct ctxop *ctx, *prev_ctx; in removectx()
1109 kmem_free(ctx, sizeof (struct ctxop)); in removectx()
1124 struct ctxop *ctx; in savectx()
1135 struct ctxop *ctx; in restorectx()
1146 struct ctxop *ctx; in forkctx()
1161 struct ctxop *ctx; in lwp_createctx()
1178 struct ctxop *ctx; in exitctx()
1192 struct ctxop *ctx; in freectx()
1199 kmem_free(ctx, sizeof (struct ctxop)); in freectx()
1212 freectx_ctx(struct ctxop *ctx) in freectx_ctx()
1214 struct ctxop *nctx; in freectx_ctx()
1223 kmem_free(ctx, sizeof (struct ctxop)); in freectx_ctx()