/kernel/linux/linux-5.10/include/linux/ |
H A D | rculist_nulls.h | 31 * primitives, such as hlist_nulls_for_each_entry_rcu(). 95 * hlist_nulls_for_each_entry_rcu(), used to prevent memory-consistency 126 * hlist_nulls_for_each_entry_rcu(), used to prevent memory-consistency 156 * hlist_nulls_for_each_entry_rcu - iterate over rcu list of given type 167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rculist_nulls.h | 31 * primitives, such as hlist_nulls_for_each_entry_rcu(). 95 * hlist_nulls_for_each_entry_rcu(), used to prevent memory-consistency 126 * hlist_nulls_for_each_entry_rcu(), used to prevent memory-consistency 156 * hlist_nulls_for_each_entry_rcu - iterate over rcu list of given type 167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ macro
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | hashtab.c | 544 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw() 563 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw() 701 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node() function 1452 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in __htab_map_lookup_and_delete_batch() 1697 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_hash_map_seq_find_next() function
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | token.c | 61 hlist_nulls_for_each_entry_rcu(req, pos, &t->req_chain, token_node) in __token_lookup_req()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | token.c | 60 hlist_nulls_for_each_entry_rcu(req, pos, &t->req_chain, token_node) in __token_lookup_req()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | hashtab.c | 640 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw() 659 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw() 817 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node() function 1767 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in __htab_map_lookup_and_delete_batch() 2021 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_hash_map_seq_find_next() function 2190 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_for_each_hash_elem() function
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_core.c | 746 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[bucket], hnnode) { in ____nf_conntrack_find() 1210 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[hash], hnnode) { in nf_conntrack_tuple_taken() 1268 hlist_nulls_for_each_entry_rcu(h, n, head, hnnode) { in early_drop_list() function 1377 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[i], hnnode) { in gc_worker()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 747 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[bucket], hnnode) { in ____nf_conntrack_find() 1311 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[hash], hnnode) { in nf_conntrack_tuple_taken() 1369 hlist_nulls_for_each_entry_rcu(h, n, head, hnnode) { in early_drop_list() function 1496 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[i], hnnode) { in gc_worker()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io-wq.c | 272 hlist_nulls_for_each_entry_rcu(worker, n, &wqe->free_list, nulls_node) { in __must_hold()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io-wq.c | 282 hlist_nulls_for_each_entry_rcu(worker, n, &wq->free_list, nulls_node) { in __must_hold()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 835 hlist_nulls_for_each_entry_rcu(__sk, node, list, sk_nulls_node)
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 893 hlist_nulls_for_each_entry_rcu(__sk, node, list, sk_nulls_node)
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmscan.c | 5442 hlist_nulls_for_each_entry_rcu(lrugen, pos, &pgdat->memcg_lru.fifo[gen][bin], list) { in shrink_many()
|