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