Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.c205 mtx_init(&ctlr->ch_mtx, "AHCI channels lock", NULL, MTX_DEF); in ahci_attach()
414 mtx_destroy(&ctlr->ch_mtx); in ahci_detach()
727 mtx_lock(&ctlr->ch_mtx); in ahci_attached()
729 mtx_unlock(&ctlr->ch_mtx); in ahci_attached()
737 mtx_lock(&ctlr->ch_mtx); in ahci_detached()
741 mtx_unlock(&ctlr->ch_mtx); in ahci_detached()
751 mtx_lock(&ctlr->ch_mtx); in ahci_getch()
755 mtx_unlock(&ctlr->ch_mtx); in ahci_getch()
H A Dahci.h537 struct mtx ch_mtx; /* Lock for attached channels */ member