Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/tom/
H A Dt4_tom.c522 mtx_init(&te->te_lock, "TCB entry", NULL, MTX_DEF); in alloc_tcb_histent()
523 callout_init_mtx(&te->te_callout, &te->te_lock, 0); in alloc_tcb_histent()
534 mtx_destroy(&te->te_lock); in free_tcb_histent()
564 mtx_lock(&te->te_lock); in add_tid_to_history()
572 mtx_unlock(&te->te_lock); in add_tid_to_history()
585 mtx_assert(&te->te_lock, MA_OWNED); in remove_tcb_histent()
611 mtx_lock(&te->te_lock); in lookup_tcb_histent()
628 mtx_assert(&te->te_lock, MA_OWNED); in release_tcb_histent()
629 mtx_unlock(&te->te_lock); in release_tcb_histent()
639 mtx_assert(&te->te_lock, MA_OWNED); in request_tcb()
H A Dt4_tom.h325 struct mtx te_lock; member