Home
last modified time | relevance | path

Searched refs:hlist_nulls_for_each_entry_rcu (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Drculist_nulls.h167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ macro
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhashtab.c540 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 Dtoken.c61 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 Drculist_nulls.rst157 hlist_nulls_for_each_entry_rcu(obj, node, head, member) {
H A DwhatisRCU.rst904 hlist_nulls_for_each_entry_rcu
/OK3568_Linux_fs/kernel/
H A D.clang-format337 - 'hlist_nulls_for_each_entry_rcu'
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_core.c747 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 Dio-wq.c262 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 Dsock.h846 hlist_nulls_for_each_entry_rcu(__sk, node, list, sk_nulls_node)