Searched refs:ctxop (Results 1 – 5 of 5) sorted by relevance
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()[all …]
41 ctxop.c \
62 typedef struct ctxop { struct70 struct ctxop *next; /* next context ops */ argument
130 ctxop
72 extern void freectx_ctx(struct ctxop *);119 struct ctxop *ctx = NULL; in lwp_create()