Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drculist.h484 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
514 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
612 for (pos = rcu_dereference(hlist_first_rcu(head)); \
627 for (pos = hlist_entry_safe (rcu_dereference_raw(hlist_first_rcu(head)),\
647 for (pos = hlist_entry_safe (rcu_dereference_raw_notrace(hlist_first_rcu(head)),\
664 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/Linux-v4.19/net/netfilter/
Dnf_conntrack_expect.c545 n = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket])); in ct_expect_get_first()
561 head = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket])); in ct_expect_get_next()
Dnfnetlink_log.c974 return rcu_dereference_bh(hlist_first_rcu(head)); in get_first()
992 h = rcu_dereference_bh(hlist_first_rcu(head)); in get_next()
/Linux-v4.19/net/bridge/
Dbr_forward.c286 rp = rcu_dereference(hlist_first_rcu(&br->router_list)); in br_multicast_flood()
/Linux-v4.19/kernel/
Dpid.c329 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/Linux-v4.19/include/net/
Dip_fib.h252 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
Dsock.h758 for (pos = rcu_dereference(hlist_first_rcu(head)); \
/Linux-v4.19/net/batman-adv/
Dhard-interface.c410 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
/Linux-v4.19/fs/proc/
Dproc_sysctl.c274 node = hlist_first_rcu(&head->inodes); in proc_sys_prune_dcache()
/Linux-v4.19/net/ipv6/
Dip6_fib.c2330 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/Linux-v4.19/kernel/bpf/
Dsockmap.c2364 rcu_dereference_raw(hlist_first_rcu(h)), in sock_hash_get_next_key()
/Linux-v4.19/Documentation/RCU/
DwhatisRCU.txt824 hlist_first_rcu