Lines Matching refs:hash_node
114 struct hlist_nulls_node hash_node; member
431 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
647 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw()
666 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw()
824 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node()
826 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
865 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
866 struct htab_elem, hash_node); in htab_map_get_next_key()
885 struct htab_elem, hash_node); in htab_map_get_next_key()
1185 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_map_update_elem()
1187 hlist_nulls_del_rcu(&l_old->hash_node); in htab_map_update_elem()
1270 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_lru_map_update_elem()
1273 hlist_nulls_del_rcu(&l_old->hash_node); in htab_lru_map_update_elem()
1336 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_percpu_map_update_elem()
1400 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_lru_percpu_map_update_elem()
1453 hlist_nulls_del_rcu(&l->hash_node); in htab_map_delete_elem()
1490 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_elem()
1512 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements()
1513 hlist_nulls_del_rcu(&l->hash_node); in delete_all_elements()
1530 hlist_nulls_for_each_entry(l, n, head, hash_node) { in htab_free_malloced_timers_and_wq()
1665 hlist_nulls_del_rcu(&l->hash_node); in __htab_map_lookup_and_delete_elem()
1799 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in __htab_map_lookup_and_delete_batch()
1836 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in __htab_map_lookup_and_delete_batch()
1868 hlist_nulls_del_rcu(&l->hash_node); in __htab_map_lookup_and_delete_batch()
2040 n = rcu_dereference_raw(hlist_nulls_next_rcu(&prev_elem->hash_node)); in bpf_hash_map_seq_find_next()
2041 elem = hlist_nulls_entry_safe(n, struct htab_elem, hash_node); in bpf_hash_map_seq_find_next()
2057 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_hash_map_seq_find_next()
2227 hlist_nulls_for_each_entry_rcu(elem, n, head, hash_node) { in bpf_for_each_hash_elem()
2544 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in fd_htab_map_free()