Home
last modified time | relevance | path

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

/linux/include/linux/
A Drculist.h561 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro
591 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu()
689 for (pos = rcu_dereference(hlist_first_rcu(head)); \
706 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
727 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\
747 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\
764 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
/linux/net/netfilter/
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()
A Dnfnetlink_log.c1030 return rcu_dereference_bh(hlist_first_rcu(head)); in get_first()
1048 h = rcu_dereference_bh(hlist_first_rcu(head)); in get_next()
/linux/kernel/bpf/
A Dbpf_local_storage.c505 rcu_dereference_raw(hlist_first_rcu(&b->list)), in bpf_local_storage_map_free()
A Ddevmap.c313 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in dev_map_hash_get_next_key()
/linux/kernel/
A Dpid.c401 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/linux/include/net/
A Dip_fib.h296 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
A Dsock.h834 for (pos = rcu_dereference(hlist_first_rcu(head)); \
/linux/net/batman-adv/
A Dhard-interface.c398 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
/linux/net/core/
A Dsock_map.c1048 elem_next = hlist_entry_safe(rcu_dereference(hlist_first_rcu(head)), in sock_hash_get_next_key()
1295 node = rcu_dereference(hlist_first_rcu(&bucket->head)); in sock_hash_seq_find_next()
/linux/fs/proc/
A Dinode.c123 node = hlist_first_rcu(inodes); in proc_invalidate_siblings_dcache()
/linux/net/sunrpc/
A Dcache.c1350 hlist_first_rcu(&cd->hash_table[hash])), in __cache_seq_start()
1381 hlist_first_rcu(&cd->hash_table[hash])), in cache_seq_next()
/linux/net/bridge/
A Dbr_private.h987 return rcu_dereference(hlist_first_rcu(&brmctx->ip6_mc_router_list)); in br_multicast_get_first_rport_node()
989 return rcu_dereference(hlist_first_rcu(&brmctx->ip4_mc_router_list)); in br_multicast_get_first_rport_node()
/linux/fs/
A Deventpoll.c291 struct hlist_node *p = rcu_dereference(hlist_first_rcu(&head->epitems)); in unlist_file()
/linux/net/ipv6/
A Dip6_fib.c2566 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/linux/Documentation/RCU/
A DwhatisRCU.rst894 hlist_first_rcu

Completed in 50 milliseconds