Searched refs:STACK_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
141 #define STACK_HASH_SIZE (1L << STACK_HASH_ORDER) macro142 #define STACK_HASH_MASK (STACK_HASH_SIZE - 1)145 static struct stack_record *stack_table[STACK_HASH_SIZE] = {146 [0 ... STACK_HASH_SIZE - 1] = NULL