Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireguard/
Dpeerlookup.c178 hlist_replace_rcu(&old->index_hash, &new->index_hash); in wg_index_hashtable_replace()
/Linux-v5.15/include/linux/
Drculist.h524 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu() function
/Linux-v5.15/kernel/
Dpid.c393 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]); in transfer_pid()
Dkprobes.c1335 hlist_replace_rcu(&p->hlist, &ap->hlist); in init_aggr_kprobe()
/Linux-v5.15/net/ipv6/
Daddrlabel.c221 hlist_replace_rcu(&p->list, &newp->list); in __ip6addrlbl_add()
/Linux-v5.15/security/selinux/
Davc.c460 hlist_replace_rcu(&old->list, &new->list); in avc_node_replace()
/Linux-v5.15/net/ipv4/
Dfib_trie.c1303 hlist_replace_rcu(&fa->fa_list, &new_fa->fa_list); in fib_table_insert()
1314 hlist_replace_rcu(&new_fa->fa_list, in fib_table_insert()
Dfib_frontend.c148 hlist_replace_rcu(&old->tb_hlist, &new->tb_hlist); in fib_replace_table()
/Linux-v5.15/Documentation/RCU/
Dchecklist.rst174 The list_replace_rcu() and hlist_replace_rcu() primitives
DwhatisRCU.rst920 hlist_replace_rcu
/Linux-v5.15/net/openvswitch/
Dconntrack.c1120 hlist_replace_rcu(&ct_limit->hlist_node, in ct_limit_set()