Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dstackdepot.c146 #define STACK_HASH_SIZE (1L << STACK_HASH_ORDER) macro
147 #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