Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dseq.c122 mutex_lock(&ctx->hist.seq_arr_lock); in __context_debug_set_last_seqno()
124 mutex_unlock(&ctx->hist.seq_arr_lock); in __context_debug_set_last_seqno()
369 mutex_lock(&ctx->hist.seq_arr_lock); in __dh_seq_detection()
420 mutex_unlock(&ctx->hist.seq_arr_lock); in __dh_seq_detection()
451 mutex_init(&ctx->hist.seq_arr_lock, USYNC_THREAD, 0); in __dh_init_seq_hist()
464 mutex_destroy(&ctx->hist.seq_arr_lock); in __dh_destroy_seq_hist()
H A Ddh_gssapi.h144 mutex_t seq_arr_lock; /* lock on this structure */ member