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