Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/idt/
HDif_kr.c336 KR_UNLOCK(sc); in kr_detach()
403 KR_UNLOCK(sc); in kr_shutdown()
508 KR_UNLOCK(sc); in kr_link_task()
518 KR_UNLOCK(sc); in kr_link_task()
545 KR_UNLOCK(sc); in kr_init()
645 KR_UNLOCK(sc); in kr_start()
862 KR_UNLOCK(sc); in kr_ioctl()
871 KR_UNLOCK(sc); in kr_ioctl()
899 KR_UNLOCK(sc); in kr_ioctl()
930 KR_UNLOCK(sc); in kr_ifmedia_upd()
[all …]
HDif_krreg.h272 #define KR_UNLOCK(_sc) mtx_unlock(&(_sc)->kr_mtx) macro