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

/freebsd-10.0-release/sys/kern/
H A Dsubr_kobj.c59 static struct mtx kobj_mtx; variable in typeref:struct:mtx
63 #define KOBJ_LOCK() mtx_lock(&kobj_mtx)
64 #define KOBJ_UNLOCK() mtx_unlock(&kobj_mtx)
65 #define KOBJ_ASSERT(what) mtx_assert(&kobj_mtx, what);
74 mtx_init(&kobj_mtx, "kobj", NULL, MTX_DEF);

Completed in 135 milliseconds