Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cs/
H A Dif_cs.c480 CS_LOCK(sc); in cs_attach()
591 CS_LOCK(sc); in cs_detach()
612 CS_LOCK(sc); in cs_init()
772 CS_LOCK(sc); in csintr()
867 CS_LOCK(sc); in cs_start()
1061 CS_LOCK(sc); in cs_ioctl()
1089 CS_LOCK(sc); in cs_ioctl()
1142 CS_LOCK(sc); in cs_mediachange()
1154 CS_LOCK(sc); in cs_mediastatus()
H A Dif_csvar.h71 #define CS_LOCK(sc) mtx_lock(&(sc)->lock) macro