Home
last modified time | relevance | path

Searched refs:pctxop (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dproc.c45 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h84 typedef struct pctxop { struct
91 struct pctxop *next; /* next pcontext ops */ argument