Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
Dpath_cache.c39 LIST_HEAD g_pathCacheHashEntrys[LOSCFG_MAX_PATH_CACHE_SIZE]; variable
61 LOS_ListInit(&g_pathCacheHashEntrys[i]); in PathCacheInit()
71 LIST_HEAD *nhead = &g_pathCacheHashEntrys[i]; in PathCacheDump()
86 LIST_HEAD *dhead = &g_pathCacheHashEntrys[i]; in PathCacheMemoryDump()
109 LOS_ListAdd(&g_pathCacheHashEntrys[hash], &cache->hashEntry); in PathCacheInsert()
166 LIST_HEAD *dhead = &g_pathCacheHashEntrys[hash]; in PathCacheLookup()
210 return g_pathCacheHashEntrys; in GetPathCacheList()