Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Drculist.h562 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
592 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
690 for (pos = rcu_dereference(hlist_first_rcu(head)); \
707 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
728 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
748 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\
765 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/kernel/linux/linux-5.10/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.c1023 return rcu_dereference_bh(hlist_first_rcu(head)); in get_first()
1041 h = rcu_dereference_bh(hlist_first_rcu(head)); in get_next()
/kernel/linux/linux-5.10/net/bridge/
Dbr_forward.c280 rp = rcu_dereference(hlist_first_rcu(&br->router_list)); in br_multicast_flood()
/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_local_storage.c496 rcu_dereference_raw(hlist_first_rcu(&b->list)), in bpf_local_storage_map_free()
Ddevmap.c322 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in dev_map_hash_get_next_key()
/kernel/linux/linux-5.10/kernel/
Dpid.c401 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/kernel/linux/linux-5.10/include/net/
Dip_fib.h295 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
Dsock.h853 for (pos = rcu_dereference(hlist_first_rcu(head)); \
/kernel/linux/linux-5.10/fs/proc/
Dinode.c123 node = hlist_first_rcu(inodes); in proc_invalidate_siblings_dcache()
/kernel/linux/linux-5.10/net/batman-adv/
Dhard-interface.c412 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
/kernel/linux/linux-5.10/net/sunrpc/
Dcache.c1369 hlist_first_rcu(&cd->hash_table[hash])), in __cache_seq_start()
1400 hlist_first_rcu(&cd->hash_table[hash])), in cache_seq_next()
/kernel/linux/linux-5.10/net/core/
Dsock_map.c1102 elem_next = hlist_entry_safe(rcu_dereference(hlist_first_rcu(head)), in sock_hash_get_next_key()
1363 node = rcu_dereference(hlist_first_rcu(&bucket->head)); in sock_hash_seq_find_next()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_fib.c2562 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/kernel/linux/linux-5.10/Documentation/RCU/
DwhatisRCU.rst895 hlist_first_rcu