Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Diflib.c735 static struct mtx cpu_offset_mtx; variable
736 MTX_SYSINIT(iflib_cpu_offset, &cpu_offset_mtx, "iflib_cpu_offset lock",
5139 mtx_lock(&cpu_offset_mtx); in get_ctx_core_offset()
5165 mtx_unlock(&cpu_offset_mtx); in get_ctx_core_offset()
5175 mtx_lock(&cpu_offset_mtx); in unref_ctx_core_offset()
5187 mtx_unlock(&cpu_offset_mtx); in unref_ctx_core_offset()