Lines Matching refs:hlist
60 hlist_for_each_entry_rcu(node, head, hlist, in find_first_fprobe_node()
80 hlist_add_before_rcu(&node->hlist, &next->hlist); in insert_fprobe_node()
84 hlist_add_head_rcu(&node->hlist, head); in insert_fprobe_node()
95 hlist_del_rcu(&node->hlist); in delete_fprobe_node()
107 hlist_for_each_entry_rcu(fph, head, hlist, in is_fprobe_still_exist()
130 hlist_add_head_rcu(&fp->hlist_array->hlist, head); in add_fprobe_hash()
147 hlist_del_rcu(&fph->hlist); in del_fprobe_hash()
268 hlist_for_each_entry_from_rcu(node, hlist) { in fprobe_entry()
285 hlist_for_each_entry_from_rcu(node, hlist) { in fprobe_entry()
302 hlist_for_each_entry_from_rcu(node, hlist) { in fprobe_entry()
457 hlist_for_each_entry_rcu(node, head, hlist, in fprobe_remove_node_in_module()