Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dpeerlookup.c178 hlist_replace_rcu(&old->index_hash, &new->index_hash); in wg_index_hashtable_replace()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dlocal_object.c250 hlist_replace_rcu(cursor, &local->link); in rxrpc_lookup_local()
/OK3568_Linux_fs/kernel/include/linux/
H A Drculist.h525 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu() function
/OK3568_Linux_fs/kernel/kernel/
H A Dpid.c393 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]); in transfer_pid()
H A Dkprobes.c1419 hlist_replace_rcu(&p->hlist, &ap->hlist); in init_aggr_kprobe()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrlabel.c221 hlist_replace_rcu(&p->list, &newp->list); in __ip6addrlbl_add()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_trie.c1267 hlist_replace_rcu(&fa->fa_list, &new_fa->fa_list); in fib_table_insert()
1278 hlist_replace_rcu(&new_fa->fa_list, in fib_table_insert()
H A Dfib_frontend.c148 hlist_replace_rcu(&old->tb_hlist, &new->tb_hlist); in fib_replace_table()
/OK3568_Linux_fs/kernel/security/selinux/
H A Davc.c465 hlist_replace_rcu(&old->list, &new->list); in avc_node_replace()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dchecklist.rst176 The list_replace_rcu() and hlist_replace_rcu() primitives
H A DwhatisRCU.rst921 hlist_replace_rcu
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c1112 hlist_replace_rcu(&ct_limit->hlist_node, in ct_limit_set()