Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drculist.h372 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
402 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
463 for (pos = rcu_dereference(hlist_first_rcu(head)); \
478 for (pos = hlist_entry_safe (rcu_dereference_raw(hlist_first_rcu(head)),\
498 for (pos = hlist_entry_safe (rcu_dereference_raw_notrace(hlist_first_rcu(head)),\
515 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c229 hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_first()
247 hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_next()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_expect.c473 n = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_first()
490 head = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_next()
Dnfnetlink_log.c952 return rcu_dereference_bh(hlist_first_rcu(head)); in get_first()
970 h = rcu_dereference_bh(hlist_first_rcu(head)); in get_next()
/linux-4.1.27/net/bridge/
Dbr_forward.c244 rp = rcu_dereference(hlist_first_rcu(&br->router_list)); in br_multicast_flood()
/linux-4.1.27/include/net/
Dip_fib.h219 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
/linux-4.1.27/kernel/bpf/
Dhashtab.c190 next_l = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in htab_map_get_next_key()
/linux-4.1.27/kernel/
Dpid.c440 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/linux-4.1.27/net/ipv6/
Dip6_fib.c1957 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt802 hlist_first_rcu