Lines Matching defs:upip
534 struct upimutex *upip;
536 for (upip = upibp->upib_first; upip != NULL;
537 upip = upip->upi_nextchain) {
538 if (upip->upi_lwpchan.lc_wchan0 == lcp->lc_wchan0 &&
539 upip->upi_lwpchan.lc_wchan == lcp->lc_wchan)
542 return (upip);
1075 upi_dead(upimutex_t *upip, uint16_t lockflg)
1086 lp = upip->upi_vaddr;
1105 struct upimutex *upip;
1107 while ((upip = t->t_upimutex) != NULL) {
1108 if (upi_dead(upip, lockflg) != 0) {
1120 upimutex_unlock(upip, LOCK_NOTRECOVERABLE);
1124 * Unlock the upimutex: if no waiters, upip kmem will
1133 upimutex_unlock(upip, 0);