HomeSort by relevance Sort by last modified time
    Searched refs:restore_op (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
proc.c 48 pctx->restore_op = restore;
74 if (pctx->save_op == save && pctx->restore_op == restore &&
110 if (pctx->restore_op != NULL)
111 (pctx->restore_op)(pctx->arg);
  /onnv/onnv-gate/usr/src/uts/common/disp/
thread.c 1045 ctx->restore_op = restore;
1096 if (ctx->save_op == save && ctx->restore_op == restore &&
1135 if (ctx->restore_op != NULL)
1136 (ctx->restore_op)(ctx->arg);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 64 void (*restore_op)(void *); /* function to invoke to restore ctx */ member in struct:ctxop
proc.h 83 void (*restore_op)(void *); /* function to invoke to restore ctx */ member in struct:pctxop

Completed in 120 milliseconds