Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drculist.h502 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
532 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
630 for (pos = rcu_dereference(hlist_first_rcu(head)); \
647 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
667 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\
684 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/Linux-v5.4/net/bridge/
Dbr_forward.c279 rp = rcu_dereference(hlist_first_rcu(&br->router_list)); in br_multicast_flood()
/Linux-v5.4/net/netfilter/
Dnf_conntrack_expect.c556 n = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket])); in ct_expect_get_first()
572 head = rcu_dereference(hlist_first_rcu(&nf_ct_expect_hash[st->bucket])); in ct_expect_get_next()
Dnfnetlink_log.c1028 return rcu_dereference_bh(hlist_first_rcu(head)); in get_first()
1046 h = rcu_dereference_bh(hlist_first_rcu(head)); in get_next()
/Linux-v5.4/kernel/
Dpid.c334 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/Linux-v5.4/include/net/
Dip_fib.h283 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
Dsock.h770 for (pos = rcu_dereference(hlist_first_rcu(head)); \
/Linux-v5.4/net/core/
Dbpf_sk_storage.c582 while ((selem = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(&b->list)), in bpf_sk_storage_map_free()
Dsock_map.c782 elem_next = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in sock_hash_get_next_key()
/Linux-v5.4/net/batman-adv/
Dhard-interface.c401 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
/Linux-v5.4/kernel/bpf/
Ddevmap.c318 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in dev_map_hash_get_next_key()
/Linux-v5.4/net/sunrpc/
Dcache.c1348 hlist_first_rcu(&cd->hash_table[hash])), in __cache_seq_start()
1379 hlist_first_rcu(&cd->hash_table[hash])), in cache_seq_next()
/Linux-v5.4/fs/proc/
Dproc_sysctl.c279 node = hlist_first_rcu(&head->inodes); in proc_sys_prune_dcache()
/Linux-v5.4/net/ipv6/
Dip6_fib.c2453 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/Linux-v5.4/Documentation/RCU/
DwhatisRCU.txt836 hlist_first_rcu