Searched refs:lctx_hash_lock (Results 1 – 3 of 3) sorted by relevance
147 mtx_lock(&td->lctx_hash_lock); in stop_stid_tab()152 mtx_unlock(&td->lctx_hash_lock); in stop_stid_tab()183 mtx_lock(&td->lctx_hash_lock); in restart_stid_tab()194 mtx_unlock(&td->lctx_hash_lock); in restart_stid_tab()410 mtx_lock(&td->lctx_hash_lock); in listen_hash_add()413 mtx_unlock(&td->lctx_hash_lock); in listen_hash_add()426 mtx_lock(&td->lctx_hash_lock); in listen_hash_find()431 mtx_unlock(&td->lctx_hash_lock); in listen_hash_find()446 mtx_lock(&td->lctx_hash_lock); in listen_hash_del()454 mtx_unlock(&td->lctx_hash_lock); in listen_hash_del()
1550 if (mtx_initialized(&td->lctx_hash_lock)) in free_tom_data()1551 mtx_destroy(&td->lctx_hash_lock); in free_tom_data()1884 mtx_init(&td->lctx_hash_lock, "lctx hash lock", NULL, MTX_DEF); in t4_tom_activate()1979 mtx_lock(&td->lctx_hash_lock); in t4_tom_deactivate()1982 mtx_unlock(&td->lctx_hash_lock); in t4_tom_deactivate()
344 struct mtx lctx_hash_lock; member