Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_kobj.c46 static struct mtx kobj_mtx; variable
50 #define KOBJ_LOCK() mtx_lock(&kobj_mtx)
51 #define KOBJ_UNLOCK() mtx_unlock(&kobj_mtx)
52 #define KOBJ_ASSERT(what) mtx_assert(&kobj_mtx, what);
58 mtx_init(&kobj_mtx, "kobj", NULL, MTX_DEF); in kobj_init_mutex()