Searched refs:save_op (Results 1 – 5 of 5) sorted by relevance
48 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()
1045 ctx->save_op = save; in installctx()1098 if (ctx->save_op == save && ctx->restore_op == restore && in removectx()1128 if (ctx->save_op != NULL) in savectx()1129 (ctx->save_op)(ctx->arg); in savectx()
130 save_op CTXOP_SAVE
63 void (*save_op)(void *); /* function to invoke to save context */ member
82 void (*save_op)(void *); /* function to invoke to save ctx */ member