Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drculist.h369 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
399 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
460 for (pos = rcu_dereference(hlist_first_rcu(head)); \
475 for (pos = hlist_entry_safe (rcu_dereference_raw(hlist_first_rcu(head)),\
495 for (pos = hlist_entry_safe (rcu_dereference_raw_notrace(hlist_first_rcu(head)),\
512 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/linux-4.4.14/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.4.14/net/netfilter/
Dnf_conntrack_expect.c476 n = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_first()
493 head = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_next()
Dnfnetlink_log.c973 return rcu_dereference_bh(hlist_first_rcu(head)); in get_first()
991 h = rcu_dereference_bh(hlist_first_rcu(head)); in get_next()
/linux-4.4.14/net/bridge/
Dbr_forward.c266 rp = rcu_dereference(hlist_first_rcu(&br->router_list)); in br_multicast_flood()
/linux-4.4.14/include/net/
Dip_fib.h221 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
/linux-4.4.14/kernel/bpf/
Dhashtab.c210 next_l = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in htab_map_get_next_key()
/linux-4.4.14/kernel/
Dpid.c440 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/linux-4.4.14/net/ipv6/
Dip6_fib.c2006 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/linux-4.4.14/Documentation/RCU/
DwhatisRCU.txt804 hlist_first_rcu