Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dlwp_upimutex_impl.h53 upimutex_t *upi_nextchain; /* next in hash chain */ member
/titanic_50/usr/src/uts/common/syscall/
H A Dlwp_sobj.c537 upip = upip->upi_nextchain) { in upi_get()
556 upimutex->upi_nextchain = upibp->upib_first; in upi_chain_add()
569 prev = &(*prev)->upi_nextchain; in upi_chain_del()
571 *prev = upimutex->upi_nextchain; in upi_chain_del()
572 upimutex->upi_nextchain = NULL; in upi_chain_del()