Searched refs:stid_lock (Results 1 – 2 of 2) sorted by relevance
112 mtx_init(&t->stid_lock, "stid lock", NULL, MTX_DEF); in alloc_stid_tab()126 if (mtx_initialized(&t->stid_lock)) in free_stid_tab()127 mtx_destroy(&t->stid_lock); in free_stid_tab()143 mtx_lock(&t->stid_lock); in stop_stid_tab()145 mtx_unlock(&t->stid_lock); in stop_stid_tab()196 mtx_lock(&t->stid_lock); in restart_stid_tab()198 mtx_unlock(&t->stid_lock); in restart_stid_tab()211 mtx_lock(&t->stid_lock); in alloc_stid()214 mtx_unlock(&t->stid_lock); in alloc_stid()289 mtx_unlock(&t->stid_lock); in alloc_stid()[all …]
136 struct mtx stid_lock __aligned(CACHE_LINE_SIZE);