Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drculist.h566 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
596 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
694 for (pos = rcu_dereference(hlist_first_rcu(head)); \
711 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
732 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
752 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\
769 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/linux/net/netfilter/
H A Dnf_conntrack_expect.c576 n = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket])); in ct_expect_get_first()
592 head = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket])); in ct_expect_get_next()
H A Dnfnetlink_log.c1041 return rcu_dereference(hlist_first_rcu(head)); in get_first()
1059 h = rcu_dereference(hlist_first_rcu(head)); in get_next()
/linux/kernel/bpf/
H A Dbpf_local_storage.c330 n = rcu_dereference_check(hlist_first_rcu(&local_storage->list), in check_storage_bpf_ma()
855 rcu_dereference_raw(hlist_first_rcu(&b->list)), in bpf_local_storage_map_free()
H A Ddevmap.c322 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in dev_map_hash_get_next_key()
/linux/kernel/
H A Dpid.c414 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/linux/net/batman-adv/
H A Dhard-interface.c413 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
/linux/include/net/
H A Dip_fib.h304 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
H A Dsock.h909 for (pos = rcu_dereference(hlist_first_rcu(head)); \
/linux/fs/proc/
H A Dinode.c114 while ((node = hlist_first_rcu(inodes))) { in proc_invalidate_siblings_dcache()
/linux/net/sunrpc/
H A Dcache.c1362 hlist_first_rcu(&cd->hash_table[hash])), in __cache_seq_start()
1393 hlist_first_rcu(&cd->hash_table[hash])), in cache_seq_next()
/linux/net/bridge/
H A Dbr_private.h1086 return rcu_dereference(hlist_first_rcu(&brmctx->ip6_mc_router_list)); in br_multicast_get_first_rport_node()
1088 return rcu_dereference(hlist_first_rcu(&brmctx->ip4_mc_router_list)); in br_multicast_get_first_rport_node()
/linux/net/core/
H A Dsock_map.c1079 elem_next = hlist_entry_safe(rcu_dereference(hlist_first_rcu(head)), in sock_hash_get_next_key()
1331 node = rcu_dereference(hlist_first_rcu(&bucket->head)); in sock_hash_seq_find_next()
/linux/net/ipv4/
H A Dtcp_ao.c1256 key_head = rcu_dereference(hlist_first_rcu(&new_ao->head)); in tcp_ao_copy_all_matching()
1949 if (rcu_dereference_check(hlist_first_rcu(&md5sig->head), in tcp_ao_required_verify()
/linux/fs/
H A Deventpoll.c302 struct hlist_node *p = rcu_dereference(hlist_first_rcu(&head->epitems)); in unlist_file()
/linux/net/ipv6/
H A Dip6_fib.c2622 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/linux/Documentation/RCU/
H A DwhatisRCU.rst1017 hlist_first_rcu