Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfprobe.c30 * fprobe_table: hold 'fprobe_hlist::hlist' for checking the fprobe still
40 * fprobe_table and fprobe_ip_table can be accessed from either
44 static struct hlist_head fprobe_table[FPROBE_TABLE_SIZE]; variable
115 head = &fprobe_table[hash_ptr(fp, FPROBE_HASH_BITS)]; in is_fprobe_still_exist()
138 head = &fprobe_table[hash_ptr(fp, FPROBE_HASH_BITS)]; in add_fprobe_hash()