Searched refs:restore_op (Results 1 – 4 of 4) sorted by relevance
49 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()
1046 ctx->restore_op = restore; in installctx()1098 if (ctx->save_op == save && ctx->restore_op == restore && in removectx()1139 if (ctx->restore_op != NULL) in restorectx()1140 (ctx->restore_op)(ctx->arg); in restorectx()
64 void (*restore_op)(void *); /* function to invoke to restore ctx */ member
82 void (*restore_op)(void *); /* function to invoke to restore ctx */ member