Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dproc.c49 pctx->restore_op = restore; in installpctx()
76 if (pctx->save_op == save && pctx->restore_op == restore && in removepctx()
114 if (pctx->restore_op != NULL) in restorepctx()
115 (pctx->restore_op)(pctx->arg); in restorepctx()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1033 ctx->restore_op == ct->ct_restore && in ctxop_find_by_tmpl()
1081 ctx->restore_op = ct->ct_restore; in ctxop_allocate()
1266 if (ctx->restore_op != NULL) { in restorectx()
1268 (ctx->restore_op)(ctx->arg); in restorectx()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h68 void (*restore_op)(void *); /* function to invoke to restore ctx */ member
H A Dproc.h86 void (*restore_op)(void *); /* function to invoke to restore ctx */ member