Home
last modified time | relevance | path

Searched defs:_psc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/lagg/
H A Dif_laggproto.c99 #define LAGG_PROTO_LOCK(_psc) mutex_enter(&(_psc)->psc_lock) argument
100 #define LAGG_PROTO_UNLOCK(_psc) mutex_exit(&(_psc)->psc_lock) argument
101 #define LAGG_PROTO_LOCKED(_psc) mutex_owned(&(_psc)->psc_lock) argument