Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwt/
H A Dhwt_context.c64 static struct mtx ident_set_mutex; variable
70 mtx_lock(&ident_set_mutex); in hwt_ctx_ident_alloc()
73 mtx_unlock(&ident_set_mutex); in hwt_ctx_ident_alloc()
77 mtx_unlock(&ident_set_mutex); in hwt_ctx_ident_alloc()
86 mtx_lock(&ident_set_mutex); in hwt_ctx_ident_free()
88 mtx_unlock(&ident_set_mutex); in hwt_ctx_ident_free()
192 mtx_init(&ident_set_mutex, "ident set", NULL, MTX_DEF); in hwt_ctx_load()
199 mtx_destroy(&ident_set_mutex); in hwt_ctx_unload()