Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDselinfo.h48 struct mtx *si_mtx; /* Lock for tdlist. */ member
/NextBSD/sys/kern/
HDsys_generic.c1744 mtxp = sip->si_mtx;
1758 if (sip->si_mtx == NULL) {
1759 sip->si_mtx = mtxp;
1766 mtx_unlock(sip->si_mtx);
1799 if (sip->si_mtx == NULL)
1804 mtx_lock(sip->si_mtx);
1820 mtx_unlock(sip->si_mtx);