Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_user.c117 MPT_UNLOCK(mpt); in mpt_user_attach()
129 MPT_UNLOCK(mpt); in mpt_user_attach()
176 MPT_UNLOCK(mpt); in mpt_user_detach()
666 MPT_UNLOCK(mpt); in mpt_ioctl()
685 MPT_UNLOCK(mpt); in mpt_ioctl()
696 MPT_UNLOCK(mpt); in mpt_ioctl()
716 MPT_UNLOCK(mpt); in mpt_ioctl()
738 MPT_UNLOCK(mpt); in mpt_ioctl()
755 MPT_UNLOCK(mpt); in mpt_ioctl()
H A Dmpt_raid.c308 MPT_UNLOCK(mpt); in mpt_raid_attach()
313 MPT_UNLOCK(mpt); in mpt_raid_attach()
345 MPT_UNLOCK(mpt); in mpt_raid_detach()
640 MPT_UNLOCK(mpt); in mpt_spawn_raid_thread()
647 MPT_UNLOCK(mpt); in mpt_spawn_raid_thread()
704 MPT_UNLOCK(mpt); in mpt_raid_thread()
722 MPT_UNLOCK(mpt); in mpt_raid_thread()
1638 MPT_UNLOCK(mpt); in mpt_raid_set_vol_resync_rate()
1672 MPT_UNLOCK(mpt); in mpt_raid_set_vol_queue_depth()
1684 MPT_UNLOCK(mpt); in mpt_raid_set_vol_mwce()
[all …]
H A Dmpt_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 …]
H A Dmpt.c2285 MPT_UNLOCK(mpt); in mpt_core_attach()
2334 MPT_UNLOCK(mpt); in mpt_core_enable()
2337 MPT_UNLOCK(mpt); in mpt_core_enable()
2695 MPT_UNLOCK(mpt); in mpt_configure_ioc()
2747 MPT_UNLOCK(mpt); in mpt_configure_ioc()
H A Dmpt_pci.c794 MPT_UNLOCK(mpt); in mpt_pci_intr()
H A Dmpt.h767 #define MPT_UNLOCK(mpt) mtx_unlock(&(mpt)->mpt_lock) macro