Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dproc.c71 struct pctxop *pctx, *prev_pctx; in removepctx() local
73 prev_pctx = NULL; in removepctx()
80 if (prev_pctx) in removepctx()
81 prev_pctx->next = pctx->next; in removepctx()
90 prev_pctx = pctx; in removepctx()