Lines Matching refs:hash
74 PRINTK(" pathCache dump hash %d item %s %p %p %d\n", i,
100 uint32_t hash;
101 hash = LOS_HashFNV32aBuf(name, len, FNV1_32A_INIT);
102 hash = LOS_HashFNV32aBuf(&dvp, sizeof(struct Vnode *), hash);
103 return hash;
108 int hash = NameHash(name, len, parent) & PATH_CACHE_HASH_MASK;
109 LOS_ListAdd(&g_pathCacheHashEntrys[hash], &cache->hashEntry);
165 int hash = NameHash(name, len, parent) & PATH_CACHE_HASH_MASK;
166 LIST_HEAD *dhead = &g_pathCacheHashEntrys[hash];