Searched refs:hlist_first_rcu (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Drculist.h561 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
591 rcu_assign_pointer(hlist_first_rcu(h), n);
689 for (pos = rcu_dereference(hlist_first_rcu(head)); \
706 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
727 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
747 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\
764 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c330 n = rcu_dereference_check(hlist_first_rcu(&local_storage->list),
855 rcu_dereference_raw(hlist_first_rcu(&b->list)),
H A Ddevmap.c311 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),
/linux-master/net/netfilter/
H A Dnfnetlink_log.c1041 return rcu_dereference(hlist_first_rcu(head));
1059 h = rcu_dereference(hlist_first_rcu(head));
H A Dnf_conntrack_expect.c576 n = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket]));
592 head = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket]));
/linux-master/net/batman-adv/
H A Dhard-interface.c413 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list));
/linux-master/fs/proc/
H A Dinode.c114 while ((node = hlist_first_rcu(inodes))) {
/linux-master/include/net/
H A Dip_fib.h301 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr));
H A Dsock.h900 for (pos = rcu_dereference(hlist_first_rcu(head)); \
/linux-master/kernel/
H A Dpid.c414 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]),
/linux-master/net/sunrpc/
H A Dcache.c1366 hlist_first_rcu(&cd->hash_table[hash])),
1397 hlist_first_rcu(&cd->hash_table[hash])),
/linux-master/net/core/
H A Dsock_map.c1078 elem_next = hlist_entry_safe(rcu_dereference(hlist_first_rcu(head)),
1325 node = rcu_dereference(hlist_first_rcu(&bucket->head));
/linux-master/net/bridge/
H A Dbr_private.h1086 return rcu_dereference(hlist_first_rcu(&brmctx->ip6_mc_router_list));
1088 return rcu_dereference(hlist_first_rcu(&brmctx->ip4_mc_router_list));
/linux-master/net/ipv4/
H A Dtcp_ao.c1230 key_head = rcu_dereference(hlist_first_rcu(&new_ao->head));
1923 if (rcu_dereference_check(hlist_first_rcu(&md5sig->head),
/linux-master/fs/
H A Deventpoll.c302 struct hlist_node *p = rcu_dereference(hlist_first_rcu(&head->epitems));
/linux-master/net/ipv6/
H A Dip6_fib.c2616 hlist_first_rcu(&net->ipv6.fib_table_hash[h++]));

Completed in 307 milliseconds