Home
last modified time | relevance | path

Searched refs:ctxop (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/disp/
H A Dthread.c1042 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 …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A DMakefile.files41 ctxop.c \
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h62 typedef struct ctxop { struct
70 struct ctxop *next; /* next context ops */ argument
/titanic_41/usr/src/uts/i86pc/ml/
H A Doffsets.in130 ctxop
/titanic_41/usr/src/uts/common/os/
H A Dlwp.c72 extern void freectx_ctx(struct ctxop *);
119 struct ctxop *ctx = NULL; in lwp_create()