Home
last modified time | relevance | path

Searched refs:STACK_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance

/lib/
Dstackdepot.c150 #define STACK_HASH_SIZE (1L << STACK_HASH_ORDER) macro
151 #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