Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dselinfo.h48 struct mtx *si_mtx; /* Lock for tdlist. */ member
/f-stack/freebsd/sys/
H A Dselinfo.h50 struct mtx *si_mtx; /* Lock for tdlist. */ member
/f-stack/freebsd/kern/
H A Dsys_generic.c1809 mtxp = sip->si_mtx; in selrecord()
1822 if (sip->si_mtx == NULL) { in selrecord()
1823 sip->si_mtx = mtxp; in selrecord()
1830 mtx_unlock(sip->si_mtx); in selrecord()
1858 if (sip->si_mtx == NULL) in doselwakeup()
1863 mtx_lock(sip->si_mtx); in doselwakeup()
1883 mtx_unlock(sip->si_mtx); in doselwakeup()