Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_user.c113 MPT_LOCK(mpt); in mpt_user_attach()
126 MPT_LOCK(mpt); in mpt_user_attach()
172 MPT_LOCK(mpt); in mpt_user_detach()
664 MPT_LOCK(mpt); in mpt_ioctl()
683 MPT_LOCK(mpt); in mpt_ioctl()
694 MPT_LOCK(mpt); in mpt_ioctl()
714 MPT_LOCK(mpt); in mpt_ioctl()
736 MPT_LOCK(mpt); in mpt_ioctl()
753 MPT_LOCK(mpt); in mpt_ioctl()
H A Dmpt_raid.c288 MPT_LOCK(mpt); in mpt_raid_attach()
333 MPT_LOCK(mpt); in mpt_raid_detach()
638 MPT_LOCK(mpt); in mpt_spawn_raid_thread()
645 MPT_LOCK(mpt); in mpt_spawn_raid_thread()
676 MPT_LOCK(mpt); in mpt_raid_thread()
708 MPT_LOCK(mpt); in mpt_raid_thread()
1630 MPT_LOCK(mpt); in mpt_raid_set_vol_resync_rate()
1650 MPT_LOCK(mpt); in mpt_raid_set_vol_queue_depth()
1682 MPT_LOCK(mpt); in mpt_raid_set_vol_mwce()
H A Dmpt.c2283 MPT_LOCK(mpt); in mpt_core_attach()
2299 MPT_LOCK(mpt); in mpt_core_enable()
2697 MPT_LOCK(mpt); in mpt_configure_ioc()
2755 MPT_LOCK(mpt); in mpt_configure_ioc()
2764 MPT_LOCK(mpt); in mpt_configure_ioc()
2773 MPT_LOCK(mpt); in mpt_configure_ioc()
H A Dmpt_cam.c218 MPT_LOCK(mpt); in mpt_cam_attach()
340 MPT_LOCK(mpt); in mpt_cam_attach()
379 MPT_LOCK(mpt); in mpt_cam_attach()
500 MPT_LOCK(mpt); in mpt_read_config_info_fc()
1119 MPT_LOCK(mpt); in mpt_cam_enable()
1163 MPT_LOCK(mpt); in mpt_cam_ready()
1177 MPT_LOCK(mpt); in mpt_cam_detach()
3868 MPT_LOCK(mpt); in mpt_recovery_thread()
H A Dmpt_pci.c792 MPT_LOCK(mpt); in mpt_pci_intr()
H A Dmpt.h766 #define MPT_LOCK(mpt) mtx_lock(&(mpt)->mpt_lock) macro