Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDselinfo.h49 struct mtx *si_mtx; /* Lock for tdlist. */ member
/freebsd-14-stable/sys/kern/
HDsys_generic.c1925 mtxp = sip->si_mtx; in selrecord()
1938 if (sip->si_mtx == NULL) { in selrecord()
1939 sip->si_mtx = mtxp; in selrecord()
1946 mtx_unlock(sip->si_mtx); in selrecord()
1974 if (sip->si_mtx == NULL) in doselwakeup()
1979 mtx_lock(sip->si_mtx); in doselwakeup()
1999 mtx_unlock(sip->si_mtx); in doselwakeup()