Searched refs:seq_arr_lock (Results 1 – 2 of 2) sorted by relevance
122 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()
144 mutex_t seq_arr_lock; /* lock on this structure */ member