Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c713 struct htab_elem *l, *next_l; in htab_map_get_next_key() local
735 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_next_rcu(&l->hash_node)), in htab_map_get_next_key()
738 if (next_l) { in htab_map_get_next_key()
740 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()
754 next_l = hlist_nulls_entry_safe(rcu_dereference_raw(hlist_nulls_first_rcu(head)), in htab_map_get_next_key()
756 if (next_l) { in htab_map_get_next_key()
758 memcpy(next_key, next_l->key, key_size); in htab_map_get_next_key()