Lines Matching defs:hash
62 u32 hash; /* Hash in the hastable */
105 u32 hash, void **prealloc, gfp_t alloc_flags)
134 stack->hash = hash;
154 /* Calculate hash for a stack */
177 /* Find a stack that is equal to the one stored in entries in the hash */
180 u32 hash)
185 if (found->hash == hash &&
244 u32 hash;
249 hash = hash_stack(entries, nr_entries);
250 bucket = &stack_table[hash & STACK_HASH_MASK];
258 nr_entries, hash);
286 found = find_stack(*bucket, entries, nr_entries, hash);
290 hash, &prealloc, alloc_flags);