Searched refs:hlist_first_rcu (Results 1 – 13 of 13) sorted by relevance
/linux/include/linux/ |
H A D | rculist.h | 610 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro 640 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu() 738 for (pos = rcu_dereference(hlist_first_rcu(head)); \ 755 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\ 776 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\ 796 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\ 813 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
|
/linux/net/netfilter/ |
H A D | nf_conntrack_expect.c | 576 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 D | nfnetlink_log.c | 1041 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 D | bpf_local_storage.c | 362 n = rcu_dereference_check(hlist_first_rcu(&local_storage->list), in check_storage_bpf_ma() 895 rcu_dereference_raw(hlist_first_rcu(&b->list)), in bpf_local_storage_map_free()
|
H A D | devmap.c | 322 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in dev_map_hash_get_next_key()
|
/linux/net/batman-adv/ |
H A D | hard-interface.c | 413 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
|
/linux/include/net/ |
H A D | ip_fib.h | 304 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
|
H A D | sock.h | 909 for (pos = rcu_dereference(hlist_first_rcu(head)); \
|
/linux/fs/proc/ |
H A D | inode.c | 114 while ((node = hlist_first_rcu(inodes))) { in proc_invalidate_siblings_dcache()
|
/linux/net/sunrpc/ |
H A D | cache.c | 1373 hlist_first_rcu(&cd->hash_table[hash])), in __cache_seq_start() 1404 hlist_first_rcu(&cd->hash_table[hash])), in cache_seq_next()
|
/linux/net/core/ |
H A D | sock_map.c | 1085 elem_next = hlist_entry_safe(rcu_dereference(hlist_first_rcu(head)), in sock_hash_get_next_key() 1337 node = rcu_dereference(hlist_first_rcu(&bucket->head)); in sock_hash_seq_find_next()
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 1257 key_head = rcu_dereference(hlist_first_rcu(&new_ao->head)); in tcp_ao_copy_all_matching() 1951 if (rcu_dereference_check(hlist_first_rcu(&md5sig->head), in tcp_ao_required_verify()
|
/linux/Documentation/RCU/ |
H A D | whatisRCU.rst | 1017 hlist_first_rcu
|