Lines Matching refs:hash_node
113 struct hlist_nulls_node hash_node; member
418 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
625 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw()
644 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw()
797 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node()
799 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
836 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
837 struct htab_elem, hash_node); in htab_map_get_next_key()
856 struct htab_elem, hash_node); in htab_map_get_next_key()
1151 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_map_update_elem()
1153 hlist_nulls_del_rcu(&l_old->hash_node); in htab_map_update_elem()
1220 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_lru_map_update_elem()
1223 hlist_nulls_del_rcu(&l_old->hash_node); in htab_lru_map_update_elem()
1286 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_percpu_map_update_elem()
1350 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_lru_percpu_map_update_elem()
1402 hlist_nulls_del_rcu(&l->hash_node); in htab_map_delete_elem()
1438 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_elem()
1461 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements()
1462 hlist_nulls_del_rcu(&l->hash_node); in delete_all_elements()
1479 hlist_nulls_for_each_entry(l, n, head, hash_node) { in htab_free_malloced_timers()
1613 hlist_nulls_del_rcu(&l->hash_node); in __htab_map_lookup_and_delete_elem()
1745 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in __htab_map_lookup_and_delete_batch()
1782 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in __htab_map_lookup_and_delete_batch()
1814 hlist_nulls_del_rcu(&l->hash_node); in __htab_map_lookup_and_delete_batch()
1982 n = rcu_dereference_raw(hlist_nulls_next_rcu(&prev_elem->hash_node)); in bpf_hash_map_seq_find_next()
1983 elem = hlist_nulls_entry_safe(n, struct htab_elem, hash_node); in bpf_hash_map_seq_find_next()
1999 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_hash_map_seq_find_next()
2168 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_for_each_hash_elem()
2424 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in fd_htab_map_free()