Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2913 mutex_enter(&EMLXS_UB_LOCK); in emlxs_fca_ub_alloc()
2942 mutex_exit(&EMLXS_UB_LOCK); in emlxs_fca_ub_alloc()
2993 mutex_enter(&EMLXS_UB_LOCK); in emlxs_fca_ub_alloc()
3026 mutex_exit(&EMLXS_UB_LOCK); in emlxs_fca_ub_alloc()
3065 mutex_exit(&EMLXS_UB_LOCK); in emlxs_fca_ub_alloc()
3166 mutex_enter(&EMLXS_UB_LOCK); in emlxs_fca_ub_release()
3173 mutex_exit(&EMLXS_UB_LOCK); in emlxs_fca_ub_release()
3247 mutex_exit(&EMLXS_UB_LOCK); in emlxs_fca_ub_release()
3283 mutex_enter(&EMLXS_UB_LOCK); in emlxs_fca_ub_free()
3290 mutex_exit(&EMLXS_UB_LOCK); in emlxs_fca_ub_free()
[all …]
H A Demlxs_clock.c1102 mutex_enter(&EMLXS_UB_LOCK); in emlxs_timer_check_ub()
1151 mutex_exit(&EMLXS_UB_LOCK); in emlxs_timer_check_ub()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2231 #define EMLXS_UB_LOCK port->ub_lock /* locks unsolicited */ macro