Searched refs:hlist_first_rcu (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/include/linux/ |
D | rculist.h | 502 #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/ |
D | br_forward.c | 279 rp = rcu_dereference(hlist_first_rcu(&br->router_list)); in br_multicast_flood()
|
/Linux-v5.4/net/netfilter/ |
D | nf_conntrack_expect.c | 556 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()
|
D | nfnetlink_log.c | 1028 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/ |
D | pid.c | 334 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
|
/Linux-v5.4/include/net/ |
D | ip_fib.h | 283 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
|
D | sock.h | 770 for (pos = rcu_dereference(hlist_first_rcu(head)); \
|
/Linux-v5.4/net/core/ |
D | bpf_sk_storage.c | 582 while ((selem = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(&b->list)), in bpf_sk_storage_map_free()
|
D | sock_map.c | 782 elem_next = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in sock_hash_get_next_key()
|
/Linux-v5.4/net/batman-adv/ |
D | hard-interface.c | 401 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
|
/Linux-v5.4/kernel/bpf/ |
D | devmap.c | 318 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in dev_map_hash_get_next_key()
|
/Linux-v5.4/net/sunrpc/ |
D | cache.c | 1348 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/ |
D | proc_sysctl.c | 279 node = hlist_first_rcu(&head->inodes); in proc_sys_prune_dcache()
|
/Linux-v5.4/net/ipv6/ |
D | ip6_fib.c | 2453 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
|
/Linux-v5.4/Documentation/RCU/ |
D | whatisRCU.txt | 836 hlist_first_rcu
|