Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c244 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_attach()
248 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_attach()
351 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_open()
364 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_open()
762 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_data_in_handler()
764 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_data_in_handler()
836 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_space_2_out_handler()
838 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_space_2_out_handler()
1191 mutex_enter(&sgcn_state->sgcn_lock); in sgcn_rsrv()
1193 mutex_exit(&sgcn_state->sgcn_lock); in sgcn_rsrv()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgcn.h119 kmutex_t sgcn_lock; /* protects sgcn_t (soft state) */ member