• Home
  • Raw
  • Download

Lines Matching refs:hash_node

43 		struct hlist_nulls_node hash_node;  member
243 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
245 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()
427 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_elem_raw()
446 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in lookup_nulls_elem_raw()
585 hlist_nulls_for_each_entry_rcu(l, n, head, hash_node) in htab_lru_map_delete_node()
587 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_node()
623 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
624 struct htab_elem, hash_node); in htab_map_get_next_key()
643 struct htab_elem, hash_node); in htab_map_get_next_key()
899 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_map_update_elem()
901 hlist_nulls_del_rcu(&l_old->hash_node); in htab_map_update_elem()
957 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in htab_lru_map_update_elem()
960 hlist_nulls_del_rcu(&l_old->hash_node); in htab_lru_map_update_elem()
1020 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_percpu_map_update_elem()
1082 hlist_nulls_add_head_rcu(&l_new->hash_node, head); in __htab_lru_percpu_map_update_elem()
1130 hlist_nulls_del_rcu(&l->hash_node); in htab_map_delete_elem()
1162 hlist_nulls_del_rcu(&l->hash_node); in htab_lru_map_delete_elem()
1181 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in delete_all_elements()
1182 hlist_nulls_del_rcu(&l->hash_node); in delete_all_elements()
1402 hlist_nulls_for_each_entry_safe(l, n, head, hash_node) { in fd_htab_map_free()