Searched refs:hlist_first_rcu (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | rculist.h | 649 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) macro 679 rcu_assign_pointer(hlist_first_rcu(h), n); in hlist_add_head_rcu() 777 for (pos = rcu_dereference(hlist_first_rcu(head)); \ 794 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\ 815 pos = hlist_entry_safe(rcu_dereference_raw(hlist_first_rcu(head)),\ 835 for (pos = hlist_entry_safe(rcu_dereference_raw_check(hlist_first_rcu(head)),\ 852 for (pos = hlist_entry_safe(rcu_dereference_bh(hlist_first_rcu(head)),\
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_log.c | 1075 return rcu_dereference(hlist_first_rcu(head)); in get_next() 1093 h = rcu_dereference(hlist_first_rcu(head)); in get_idx()
|
| /linux/include/net/ |
| H A D | ip_fib.h | 306 tb_hlist = rcu_dereference_protected(hlist_first_rcu(ptr), true); in fib_get_table()
|
| /linux/fs/proc/ |
| H A D | inode.c | 114 while ((node = hlist_first_rcu(inodes))) { in proc_invalidate_siblings_dcache()
|
| /linux/kernel/ |
| H A D | pid.c | 471 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]), in pid_task()
|
| /linux/net/batman-adv/ |
| H A D | hard-interface.c | 454 first = rcu_dereference(hlist_first_rcu(&if_outgoing->neigh_list)); in batadv_hardif_no_broadcast()
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 1363 hlist_first_rcu(&cd->hash_table[hash])), in __cache_seq_start() 1389 hlist_first_rcu(&cd->hash_table[hash])), in cache_seq_next()
|
| /linux/net/bridge/ |
| H A D | br_private.h | 1096 return rcu_dereference(hlist_first_rcu(&brmctx->ip6_mc_router_list)); 1098 return rcu_dereference(hlist_first_rcu(&brmctx->ip4_mc_router_list));
|
| /linux/net/core/ |
| H A D | sock_map.c | 1087 elem_next = hlist_entry_safe(rcu_dereference(hlist_first_rcu(head)), in sock_hash_get_next_key() 1339 node = rcu_dereference(hlist_first_rcu(&bucket->head)); in sock_hash_seq_find_next()
|
| /linux/fs/ |
| H A D | eventpoll.c | 504 struct hlist_node *p = rcu_dereference(hlist_first_rcu(&head->epitems)); in unlist_file()
|
| /linux/net/ipv6/ |
| H A D | ip6_fib.c | 2686 hlist_first_rcu(&net->ipv6.fib_table_hash[h++])); in ipv6_route_seq_next_table()
|