Searched refs:hlist_replace_rcu (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dpeerlookup.c178 hlist_replace_rcu(&old->index_hash, &new->index_hash);
/linux-master/include/linux/
H A Drculist.h518 * hlist_replace_rcu - replace old entry by new one
524 static inline void hlist_replace_rcu(struct hlist_node *old, function
/linux-master/net/rxrpc/
H A Dlocal_object.c301 hlist_replace_rcu(cursor, &local->link);
/linux-master/net/ipv6/
H A Daddrlabel.c221 hlist_replace_rcu(&p->list, &newp->list);
/linux-master/kernel/
H A Dpid.c406 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]);
H A Dkprobes.c1290 hlist_replace_rcu(&p->hlist, &ap->hlist);
/linux-master/security/selinux/
H A Davc.c456 hlist_replace_rcu(&old->list, &new->list);
/linux-master/net/ipv4/
H A Dfib_trie.c1317 hlist_replace_rcu(&fa->fa_list, &new_fa->fa_list);
1328 hlist_replace_rcu(&new_fa->fa_list,
H A Dfib_frontend.c149 hlist_replace_rcu(&old->tb_hlist, &new->tb_hlist);
/linux-master/net/openvswitch/
H A Dconntrack.c859 hlist_replace_rcu(&ct_limit->hlist_node,

Completed in 180 milliseconds