Searched refs:pctxop (Results 1 – 2 of 2) sorted by relevance
45 struct pctxop *pctx; in installpctx()47 pctx = kmem_alloc(sizeof (struct pctxop), KM_SLEEP); in installpctx()71 struct pctxop *pctx, *prev_pctx; in removepctx()86 kmem_free(pctx, sizeof (struct pctxop)); in removepctx()99 struct pctxop *pctx; in savepctx()110 struct pctxop *pctx; in restorepctx()121 struct pctxop *pctx; in forkpctx()138 struct pctxop *pctx; in exitpctx()151 struct pctxop *pctx; in freepctx()158 kmem_free(pctx, sizeof (struct pctxop)); in freepctx()
81 typedef struct pctxop { struct88 struct pctxop *next; /* next pcontext ops */ argument