Home
last modified time | relevance | path

Searched refs:hs_fm_lock (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c244 mutex_enter(&state->hs_fm_lock); in hermon_clr_state()
246 mutex_exit(&state->hs_fm_lock); in hermon_clr_state()
279 mutex_enter(&state->hs_fm_lock); in hermon_set_state()
286 mutex_exit(&state->hs_fm_lock); in hermon_set_state()
389 mutex_init(&state->hs_fm_lock, NULL, MUTEX_DRIVER, NULL); in hermon_fm_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h692 kmutex_t hs_fm_lock; /* mutex for state */ member