Lines Matching refs:hash
61 u32 hash; /* Hash in the hastable */ member
100 u32 hash, void **prealloc, gfp_t alloc_flags) in depot_alloc_stack() argument
129 stack->hash = hash; in depot_alloc_stack()
175 u32 hash) in find_stack() argument
180 if (found->hash == hash && in find_stack()
228 u32 hash; in stack_depot_save() local
233 hash = hash_stack(entries, nr_entries); in stack_depot_save()
234 bucket = &stack_table[hash & STACK_HASH_MASK]; in stack_depot_save()
242 nr_entries, hash); in stack_depot_save()
270 found = find_stack(*bucket, entries, nr_entries, hash); in stack_depot_save()
274 hash, &prealloc, alloc_flags); in stack_depot_save()