Searched refs:index_hash (Results 1 – 2 of 2) sorted by relevance
125 hlist_del_init_rcu(&entry->index_hash); in wg_index_hashtable_insert() 135 index_hash) { in wg_index_hashtable_insert() 147 index_hash) { in wg_index_hashtable_insert() 157 hlist_add_head_rcu(&entry->index_hash, in wg_index_hashtable_insert() 173 ret = !hlist_unhashed(&old->index_hash); in wg_index_hashtable_replace() 178 hlist_replace_rcu(&old->index_hash, &new->index_hash); in wg_index_hashtable_replace() 180 /* Calling init here NULLs out index_hash, and in fact after this in wg_index_hashtable_replace() 186 INIT_HLIST_NODE(&old->index_hash); in wg_index_hashtable_replace() 196 hlist_del_init_rcu(&entry->index_hash); in wg_index_hashtable_remove() [all...]
46 struct hlist_node index_hash; member