Lines Matching refs:u32
53 u32 slabindex : STACK_ALLOC_INDEX_BITS;
54 u32 offset : STACK_ALLOC_OFFSET_BITS;
55 u32 valid : STACK_ALLOC_NULL_PROTECTION_BITS;
61 u32 hash; /* Hash in the hastable */
62 u32 size; /* Number of frames in the stack */
100 u32 hash, void **prealloc, gfp_t alloc_flags) in depot_alloc_stack()
150 static inline u32 hash_stack(unsigned long *entries, unsigned int size) in hash_stack()
152 return jhash2((u32 *)entries, in hash_stack()
153 size * sizeof(unsigned long) / sizeof(u32), in hash_stack()
175 u32 hash) in find_stack()
228 u32 hash; in stack_depot_save()