Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c814 struct htab_elem *l, *next_l; in htab_map_get_next_key() local
836 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
839 if (next_l) { in htab_map_get_next_key()
841 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()
855 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)), in htab_map_get_next_key()
857 if (next_l) { in htab_map_get_next_key()
859 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()