Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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)),\
/OK3568_Linux_fs/kernel/net/netfilter/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_forward.c280 rp = rcu_dereference(hlist_first_rcu(&br->router_list)); in br_multicast_flood()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_local_storage.c496 rcu_dereference_raw(hlist_first_rcu(&b->list)), in bpf_local_storage_map_free()
H A Ddevmap.c322 next_dev = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)), in dev_map_hash_get_next_key()
/OK3568_Linux_fs/kernel/kernel/
H A Dpid.c401 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_fib.h295 tb_hlist = rcu_dereference_rtnl(hlist_first_rcu(ptr)); in fib_get_table()
H A Dsock.h866 for (pos = rcu_dereference(hlist_first_rcu(head)); \
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dhard-interface.c412 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dinode.c123 node = hlist_first_rcu(inodes); in proc_invalidate_siblings_dcache()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c1100 elem_next = hlist_entry_safe(rcu_dereference(hlist_first_rcu(head)), in sock_hash_get_next_key()
1361 node = rcu_dereference(hlist_first_rcu(&bucket->head)); in sock_hash_seq_find_next()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A 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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_fib.c2561 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DwhatisRCU.rst895 hlist_first_rcu