Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetmap.h234 #define NS_RFRAGS(_slot) ( ((_slot)->flags >> 8) & 0xff) argument
/freebsd/sys/dev/sdhci/
H A Dsdhci.c148 #define SDHCI_LOCK(_slot) mtx_lock(&(_slot)->mtx) argument
149 #define SDHCI_UNLOCK(_slot) mtx_unlock(&(_slot)->mtx) argument
150 #define SDHCI_LOCK_INIT(_slot) \ argument
151 mtx_init(&_slot->mtx, "SD slot mtx", "sdhci", MTX_DEF)
152 #define SDHCI_LOCK_DESTROY(_slot) mtx_destroy(&_slot->mtx); argument
153 #define SDHCI_ASSERT_LOCKED(_slot) mtx_assert(&_slot->mtx, MA_OWNED); argument
154 #define SDHCI_ASSERT_UNLOCKED(_slot) mtx_assert(&_slot->mtx, MA_NOTOWNED); argument