Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfprobe.c71 static const struct rhashtable_params fprobe_rht_params = { variable
88 ret = rhltable_insert(&fprobe_ip_table, &node->hlist, fprobe_rht_params); in __insert_fprobe_node()
103 fprobe_rht_params); in __delete_fprobe_node()
331 head = rhltable_lookup(&fprobe_ip_table, &ip, fprobe_rht_params); in fprobe_ftrace_entry()
446 fprobe_rht_params); in fprobe_exists_on_hash()
527 fprobe_rht_params); in fprobe_exists_on_hash()
570 head = rhltable_lookup(&fprobe_ip_table, &func, fprobe_rht_params); in fprobe_fgraph_entry()
702 if (!rhltable_lookup(&fprobe_ip_table, &node->addr, fprobe_rht_params)) { in fprobe_remove_node_in_module()
1115 rhltable_init(&fprobe_ip_table, &fprobe_rht_params); in fprobe_initcall()