Searched refs:hlist_nulls_for_each_entry_rcu (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rculist_nulls.h | 167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ macro
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | hashtab.c | 540 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw() 559 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw() 697 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node() 1448 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in __htab_map_lookup_and_delete_batch() 1693 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_hash_map_seq_find_next()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | rculist_nulls.rst | 157 hlist_nulls_for_each_entry_rcu(obj, node, head, member) {
|
| H A D | whatisRCU.rst | 904 hlist_nulls_for_each_entry_rcu
|
| /OK3568_Linux_fs/kernel/ |
| H A D | .clang-format | 337 - 'hlist_nulls_for_each_entry_rcu'
|
| /OK3568_Linux_fs/kernel/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() 1211 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[hash], hnnode) { in nf_conntrack_tuple_taken() 1269 hlist_nulls_for_each_entry_rcu(h, n, head, hnnode) { in early_drop_list() 1378 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[i], hnnode) { in gc_worker()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io-wq.c | 262 hlist_nulls_for_each_entry_rcu(worker, n, &wqe->free_list, nulls_node) { in io_wqe_activate_free_worker()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sock.h | 846 hlist_nulls_for_each_entry_rcu(__sk, node, list, sk_nulls_node)
|