Lines Matching refs:hash_node
113 struct hlist_nulls_node hash_node; member
411 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
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()
795 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
834 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
835 struct htab_elem, hash_node); in htab_map_get_next_key()
854 struct htab_elem, hash_node); in htab_map_get_next_key()
1154 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_map_update_elem()
1156 hlist_nulls_del_rcu(&l_old->hash_node); in htab_map_update_elem()
1239 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_lru_map_update_elem()
1242 hlist_nulls_del_rcu(&l_old->hash_node); in htab_lru_map_update_elem()
1305 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_percpu_map_update_elem()
1369 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_lru_percpu_map_update_elem()
1422 hlist_nulls_del_rcu(&l->hash_node); in htab_map_delete_elem()
1459 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_elem()
1481 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements()
1482 hlist_nulls_del_rcu(&l->hash_node); in delete_all_elements()
1499 hlist_nulls_for_each_entry(l, n, head, hash_node) { in htab_free_malloced_timers_and_wq()
1630 hlist_nulls_del_rcu(&l->hash_node); in __htab_map_lookup_and_delete_elem()
1764 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in __htab_map_lookup_and_delete_batch()
1801 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in __htab_map_lookup_and_delete_batch()
1833 hlist_nulls_del_rcu(&l->hash_node); in __htab_map_lookup_and_delete_batch()
2005 n = rcu_dereference_raw(hlist_nulls_next_rcu(&prev_elem->hash_node)); in bpf_hash_map_seq_find_next()
2006 elem = hlist_nulls_entry_safe(n, struct htab_elem, hash_node); in bpf_hash_map_seq_find_next()
2022 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_hash_map_seq_find_next()
2192 hlist_nulls_for_each_entry_safe(elem, n, head, hash_node) { in bpf_for_each_hash_elem()
2509 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in fd_htab_map_free()