Home
last modified time | relevance | path

Searched refs:TWE_IO_LOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/twe/
HDtwe_freebsd.c86 TWE_IO_LOCK(sc); in twe_open()
104 TWE_IO_LOCK(sc); in twe_close()
446 TWE_IO_LOCK(sc); in twe_detach()
458 TWE_IO_LOCK(sc); in twe_detach()
500 TWE_IO_LOCK(sc); in twe_shutdown()
517 TWE_IO_LOCK(sc); in twe_suspend()
536 TWE_IO_LOCK(sc); in twe_resume()
553 TWE_IO_LOCK(sc); in twe_pci_intr()
745 TWE_IO_LOCK(sc->twed_controller); in twed_strategy()
HDtwe.c154 TWE_IO_LOCK(sc); in twe_setup()
158 TWE_IO_LOCK(sc); in twe_setup()
218 TWE_IO_LOCK(sc); in twe_add_unit()
321 TWE_IO_LOCK(sc); in twe_init()
548 TWE_IO_LOCK(sc); in twe_ioctl()
584 TWE_IO_LOCK(sc); in twe_ioctl()
599 TWE_IO_LOCK(sc); in twe_ioctl()
612 TWE_IO_LOCK(sc); in twe_ioctl()
619 TWE_IO_LOCK(sc); in twe_ioctl()
630 TWE_IO_LOCK(sc); in twe_ioctl()
[all …]
HDtwe_compat.h114 #define TWE_IO_LOCK(sc) mtx_lock(&(sc)->twe_io_lock) macro