Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
Dpath_cache.c41 static int g_totalPathCacheHit = 0; variable
44 #define TRACE_HIT_CACHE(pc) do { pc->hit++; g_totalPathCacheHit++; } while (0)
48 *hit = g_totalPathCacheHit; in ResetPathCacheHitInfo()
50 g_totalPathCacheHit = 0; in ResetPathCacheHitInfo()