Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dfprobe.c43 static struct hlist_head fprobe_table[FPROBE_TABLE_SIZE]; variable
106 head = &fprobe_table[hash_ptr(fp, FPROBE_HASH_BITS)]; in is_fprobe_still_exist()
129 head = &fprobe_table[hash_ptr(fp, FPROBE_HASH_BITS)]; in add_fprobe_hash()