Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsignalvar.h336 #define SIGIO_ASSERT_LOCKED() mtx_assert(&sigio_lock, MA_OWNED) macro
/freebsd/sys/kern/
H A Dkern_descrip.c1081 SIGIO_ASSERT_LOCKED(); in funsetown_locked()