Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dfprobe.c21 #define FPROBE_IP_TABLE_SIZE (1 << FPROBE_IP_HASH_BITS) macro
44 static struct hlist_head fprobe_ip_table[FPROBE_IP_TABLE_SIZE];
489 for (i = 0; i < FPROBE_IP_TABLE_SIZE; i++) in fprobe_module_callback()