Searched refs:stid_lock (Results 1 – 6 of 6) sorted by relevance
118 mtx_init(&t->stid_lock, "stid", NULL, MTX_DEF); in alloc_tid_tabs()140 if (mtx_initialized(&t->stid_lock)) in free_tid_tabs()141 mtx_destroy(&t->stid_lock); in free_tid_tabs()
62 mtx_lock(&t->stid_lock); in alloc_stid()71 mtx_unlock(&t->stid_lock); in alloc_stid()80 mtx_lock(&t->stid_lock); in free_stid()84 mtx_unlock(&t->stid_lock); in free_stid()
73 struct mtx stid_lock; member
85 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);
105 mtx_lock(&t->stid_lock); in alloc_stid()107 mtx_unlock(&t->stid_lock); in alloc_stid()142 mtx_unlock(&t->stid_lock); in alloc_stid()151 mtx_unlock(&t->stid_lock); in alloc_stid()175 mtx_lock(&t->stid_lock); in free_stid()186 mtx_unlock(&t->stid_lock); in free_stid()
620 mtx_init(&t->stid_lock, "stid lock", NULL, MTX_DEF); in alloc_tid_tabs()646 if (mtx_initialized(&t->stid_lock)) in free_tid_tabs()647 mtx_destroy(&t->stid_lock); in free_tid_tabs()