Lines Matching refs:head

380 	struct hlist_head *head;  in get_kprobe()  local
383 head = &kprobe_table[hash_ptr(addr, KPROBE_HASH_BITS)]; in get_kprobe()
384 hlist_for_each_entry_rcu(p, head, hlist, in get_kprobe()
885 struct hlist_head *head; in optimize_all_kprobes() local
897 head = &kprobe_table[i]; in optimize_all_kprobes()
898 hlist_for_each_entry(p, head, hlist) in optimize_all_kprobes()
909 struct hlist_head *head; in unoptimize_all_kprobes() local
921 head = &kprobe_table[i]; in unoptimize_all_kprobes()
922 hlist_for_each_entry(p, head, hlist) { in unoptimize_all_kprobes()
1869 static int kretprobe_fini_pool(struct objpool_head *head, void *context) in kretprobe_fini_pool() argument
1875 static void free_rp_inst_rcu(struct rcu_head *head) in free_rp_inst_rcu() argument
1877 struct kretprobe_instance *ri = container_of(head, struct kretprobe_instance, rcu); in free_rp_inst_rcu()
2589 struct hlist_head *head; in kprobes_module_callback() local
2609 head = &kprobe_table[i]; in kprobes_module_callback()
2610 hlist_for_each_entry(p, head, hlist) in kprobes_module_callback()
2653 struct hlist_head *head; in kprobe_free_init_mem() local
2661 head = &kprobe_table[i]; in kprobe_free_init_mem()
2662 hlist_for_each_entry(p, head, hlist) { in kprobe_free_init_mem()
2781 struct hlist_head *head; in show_kprobe_addr() local
2788 head = &kprobe_table[i]; in show_kprobe_addr()
2790 hlist_for_each_entry_rcu(p, head, hlist) { in show_kprobe_addr()
2857 struct hlist_head *head; in arm_all_kprobes() local
2876 head = &kprobe_table[i]; in arm_all_kprobes()
2878 hlist_for_each_entry(p, head, hlist) { in arm_all_kprobes()
2901 struct hlist_head *head; in disarm_all_kprobes() local
2915 head = &kprobe_table[i]; in disarm_all_kprobes()
2917 hlist_for_each_entry(p, head, hlist) { in disarm_all_kprobes()