Home
last modified time | relevance | path

Searched refs:MPT_UNLOCK (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/mpt/
HDmpt_user.c115 MPT_UNLOCK(mpt); in mpt_user_attach()
127 MPT_UNLOCK(mpt); in mpt_user_attach()
174 MPT_UNLOCK(mpt); in mpt_user_detach()
669 MPT_UNLOCK(mpt); in mpt_ioctl()
684 MPT_UNLOCK(mpt); in mpt_ioctl()
695 MPT_UNLOCK(mpt); in mpt_ioctl()
710 MPT_UNLOCK(mpt); in mpt_ioctl()
728 MPT_UNLOCK(mpt); in mpt_ioctl()
745 MPT_UNLOCK(mpt); in mpt_ioctl()
HDmpt_raid.c307 MPT_UNLOCK(mpt); in mpt_raid_attach()
312 MPT_UNLOCK(mpt); in mpt_raid_attach()
343 MPT_UNLOCK(mpt); in mpt_raid_detach()
638 MPT_UNLOCK(mpt); in mpt_spawn_raid_thread()
645 MPT_UNLOCK(mpt); in mpt_spawn_raid_thread()
703 MPT_UNLOCK(mpt); in mpt_raid_thread()
721 MPT_UNLOCK(mpt); in mpt_raid_thread()
1642 MPT_UNLOCK(mpt); in mpt_raid_set_vol_resync_rate()
1676 MPT_UNLOCK(mpt); in mpt_raid_set_vol_queue_depth()
1688 MPT_UNLOCK(mpt); in mpt_raid_set_vol_mwce()
[all …]
HDmpt_cam.c227 MPT_UNLOCK(mpt); in mpt_cam_attach()
235 MPT_UNLOCK(mpt); in mpt_cam_attach()
248 MPT_UNLOCK(mpt); in mpt_cam_attach()
253 MPT_UNLOCK(mpt); in mpt_cam_attach()
269 MPT_UNLOCK(mpt); in mpt_cam_attach()
279 MPT_UNLOCK(mpt); in mpt_cam_attach()
291 MPT_UNLOCK(mpt); in mpt_cam_attach()
307 MPT_UNLOCK(mpt); in mpt_cam_attach()
344 MPT_UNLOCK(mpt); in mpt_cam_attach()
352 MPT_UNLOCK(mpt); in mpt_cam_attach()
[all …]
HDmpt_pci.c803 MPT_UNLOCK(mpt); in mpt_pci_intr()
HDmpt.c2289 MPT_UNLOCK(mpt); in mpt_core_attach()
2338 MPT_UNLOCK(mpt); in mpt_core_enable()
2341 MPT_UNLOCK(mpt); in mpt_core_enable()
HDmpt.h770 #define MPT_UNLOCK(mpt) mtx_unlock(&(mpt)->mpt_lock) macro