Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/trace/
Dfprobe.c44 static struct hlist_head fprobe_ip_table[FPROBE_IP_TABLE_SIZE]; variable
59 head = &fprobe_ip_table[hash_ptr((void *)ip, FPROBE_IP_HASH_BITS)]; in find_first_fprobe_node()
83 head = &fprobe_ip_table[hash_ptr((void *)ip, FPROBE_IP_HASH_BITS)]; in insert_fprobe_node()
489 fprobe_remove_node_in_module(mod, &fprobe_ip_table[i], &alist); in fprobe_module_callback()