Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
H A Dtwe.c156 TWE_IO_UNLOCK(sc); in twe_setup()
170 TWE_IO_UNLOCK(sc); in twe_setup()
221 TWE_IO_UNLOCK(sc); in twe_add_unit()
229 TWE_IO_UNLOCK(sc); in twe_add_unit()
237 TWE_IO_UNLOCK(sc); in twe_add_unit()
243 TWE_IO_UNLOCK(sc); in twe_add_unit()
249 TWE_IO_UNLOCK(sc); in twe_add_unit()
255 TWE_IO_UNLOCK(sc); in twe_add_unit()
577 TWE_IO_UNLOCK(sc); in twe_ioctl()
594 TWE_IO_UNLOCK(sc); in twe_ioctl()
[all …]
H A Dtwe_freebsd.c90 TWE_IO_UNLOCK(sc); in twe_open()
94 TWE_IO_UNLOCK(sc); in twe_open()
109 TWE_IO_UNLOCK(sc); in twe_close()
432 TWE_IO_UNLOCK(sc); in twe_detach()
436 TWE_IO_UNLOCK(sc); in twe_detach()
444 TWE_IO_UNLOCK(sc); in twe_detach()
486 TWE_IO_UNLOCK(sc); in twe_shutdown()
503 TWE_IO_UNLOCK(sc); in twe_suspend()
524 TWE_IO_UNLOCK(sc); in twe_resume()
540 TWE_IO_UNLOCK(sc); in twe_pci_intr()
[all …]
H A Dtwe_compat.h100 #define TWE_IO_UNLOCK(sc) lockmgr(&(sc)->twe_io_lock, LK_RELEASE) macro