Searched refs:g_cache_debug (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/cache/ |
H A D | g_cache.h | 43 _GEOM_DEBUG("GEOM_CACHE", g_cache_debug, (lvl), NULL, __VA_ARGS__) 45 _GEOM_DEBUG("GEOM_CACHE", g_cache_debug, 2, (bp), __VA_ARGS__)
|
H A D | g_cache.c | 53 static u_int g_cache_debug = 0; variable 54 SYSCTL_UINT(_kern_geom_cache, OID_AUTO, debug, CTLFLAG_RW, &g_cache_debug, 0,
|