Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dhashmap.h170 #define hashmap__for_each_key_entry_safe(map, cur, tmp, _key) \ macro
/tools/testing/selftests/bpf/
Dtest_hashmap.c166 hashmap__for_each_key_entry_safe(map, entry, tmp, (void *)0) { in test_hashmap_generic()