Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dselinfo.h47 struct mtx *si_mtx; /* Lock for tdlist. */ member
/freebsd/sys/kern/
H A Dsys_generic.c1915 mtxp = sip->si_mtx; in selrecord()
1928 if (sip->si_mtx == NULL) { in selrecord()
1929 sip->si_mtx = mtxp; in selrecord()
1936 mtx_unlock(sip->si_mtx); in selrecord()
1964 if (sip->si_mtx == NULL) in doselwakeup()
1969 mtx_lock(sip->si_mtx); in doselwakeup()
1989 mtx_unlock(sip->si_mtx); in doselwakeup()