Searched refs:te_lock (Results 1 – 2 of 2) sorted by relevance
515 mtx_init(&te->te_lock, "TCB entry", NULL, MTX_DEF); in alloc_tcb_histent()516 callout_init_mtx(&te->te_callout, &te->te_lock, 0); in alloc_tcb_histent()527 mtx_destroy(&te->te_lock); in free_tcb_histent()557 mtx_lock(&te->te_lock); in add_tid_to_history()565 mtx_unlock(&te->te_lock); in add_tid_to_history()578 mtx_assert(&te->te_lock, MA_OWNED); in remove_tcb_histent()604 mtx_lock(&te->te_lock); in lookup_tcb_histent()621 mtx_assert(&te->te_lock, MA_OWNED); in release_tcb_histent()622 mtx_unlock(&te->te_lock); in release_tcb_histent()632 mtx_assert(&te->te_lock, MA_OWNED); in request_tcb()
321 struct mtx te_lock; member