Searched refs:stack_hash_mask (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dstackdepot.c62 static unsigned int stack_hash_mask; variable
168 &stack_hash_mask,
181 entries = stack_hash_mask + 1;
231 stack_hash_mask = entries - 1;
615 bucket = &stack_table[hash & stack_hash_mask];

Completed in 113 milliseconds