Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_fail.c76 static struct mtx g_fp_mtx; variable
77 MTX_SYSINIT(g_fp_mtx, &g_fp_mtx, "fail point mtx", MTX_DEF);
78 #define FP_LOCK() mtx_lock(&g_fp_mtx)
79 #define FP_UNLOCK() mtx_unlock(&g_fp_mtx)
131 msleep(fp, &g_fp_mtx, PWAIT, "failpt", timo); in fail_point_sleep()