Home
last modified time | relevance | path

Searched refs:save_op (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dproc.c48 pctx->save_op = save; in installpctx()
76 if (pctx->save_op == save && pctx->restore_op == restore && in removepctx()
103 if (pctx->save_op != NULL) in savepctx()
104 (pctx->save_op)(pctx->arg); in savepctx()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1032 if (ctx->save_op == ct->ct_save && in ctxop_find_by_tmpl()
1080 ctx->save_op = ct->ct_save; in ctxop_allocate()
1246 if (ctx->save_op != NULL) { in savectx()
1248 (ctx->save_op)(ctx->arg); in savectx()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h67 void (*save_op)(void *); /* function to invoke to save context */ member
H A Dproc.h85 void (*save_op)(void *); /* function to invoke to save ctx */ member