Searched refs:hlist_nulls_for_each_entry_rcu (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | rculist_nulls.h | 167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ macro
|
| H A D | udp.h | 217 hlist_nulls_for_each_entry_rcu(__up, node, list, udp_lrpa_node)
|
| /linux-6.15/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()
|
| /linux-6.15/kernel/ |
| H A D | ucount.c | 139 hlist_nulls_for_each_entry_rcu(ucounts, pos, hashent, node) { in find_ucounts()
|
| /linux-6.15/kernel/bpf/ |
| H A D | hashtab.c | 613 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw() 632 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw() 793 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node() 1764 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in __htab_map_lookup_and_delete_batch() 2022 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_hash_map_seq_find_next()
|
| /linux-6.15/Documentation/RCU/ |
| H A D | rculist_nulls.rst | 167 hlist_nulls_for_each_entry_rcu(obj, node, head, obj_node) {
|
| H A D | whatisRCU.rst | 1036 hlist_nulls_for_each_entry_rcu
|
| /linux-6.15/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() 1357 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[hash], hnnode) { in nf_conntrack_tuple_taken() 1415 hlist_nulls_for_each_entry_rcu(h, n, head, hnnode) { in early_drop_list() 1540 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[i], hnnode) { in gc_worker()
|
| /linux-6.15/ |
| H A D | .clang-format | 515 - 'hlist_nulls_for_each_entry_rcu'
|
| /linux-6.15/io_uring/ |
| H A D | io-wq.c | 294 hlist_nulls_for_each_entry_rcu(worker, n, &acct->free_list, nulls_node) { in io_acct_activate_free_worker()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 896 hlist_nulls_for_each_entry_rcu(__sk, node, list, sk_nulls_node)
|
| /linux-6.15/mm/ |
| H A D | vmscan.c | 4944 hlist_nulls_for_each_entry_rcu(lrugen, pos, &pgdat->memcg_lru.fifo[gen][bin], list) { in shrink_many()
|