Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drculist_nulls.h167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ macro
/openbmc/linux/kernel/bpf/
H A Dhashtab.c640 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()
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()
2190 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_for_each_hash_elem()
/openbmc/linux/net/mptcp/
H A Dtoken.c60 hlist_nulls_for_each_entry_rcu(req, pos, &t->req_chain, token_node) in __token_lookup_req()
/openbmc/linux/Documentation/RCU/
H A Drculist_nulls.rst167 hlist_nulls_for_each_entry_rcu(obj, node, head, obj_node) {
H A DwhatisRCU.rst1007 hlist_nulls_for_each_entry_rcu
/openbmc/linux/
H A D.clang-format431 - 'hlist_nulls_for_each_entry_rcu'
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c747 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()
1496 hlist_nulls_for_each_entry_rcu(h, n, &ct_hash[i], hnnode) { in gc_worker()
/openbmc/linux/io_uring/
H A Dio-wq.c282 hlist_nulls_for_each_entry_rcu(worker, n, &wq->free_list, nulls_node) { in io_wq_activate_free_worker()
/openbmc/linux/include/net/
H A Dsock.h893 hlist_nulls_for_each_entry_rcu(__sk, node, list, sk_nulls_node)
/openbmc/linux/mm/
H A Dvmscan.c5483 hlist_nulls_for_each_entry_rcu(lrugen, pos, &pgdat->memcg_lru.fifo[gen][bin], list) { in shrink_many()