Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/include/
Dpath_cache.h60 void ResetPathCacheHitInfo(int *hit, int *try);
/kernel/liteos_a/fs/proc/os_adapt/
Dfs_cache_proc.c152 ResetPathCacheHitInfo(&pathCacheTotalHit, &pathCacheTotalTry); in FsCacheInfoFill()
/kernel/liteos_a/fs/vfs/
Dpath_cache.c46 void ResetPathCacheHitInfo(int *hit, int *try) in ResetPathCacheHitInfo() function