Home
last modified time | relevance | path

Searched refs:cur_key_p (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c304 __u32 key, next_key, *cur_key_p, *next_key_p; in compare_stack_ips() local
310 cur_key_p = NULL; in compare_stack_ips()
312 while (bpf_map_get_next_key(smap_fd, cur_key_p, next_key_p) == 0) { in compare_stack_ips()
326 cur_key_p = &key; in compare_stack_ips()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c597 __u32 key, next_key, *cur_key_p, *next_key_p; in compare_stack_ips() local
603 cur_key_p = NULL; in compare_stack_ips()
605 while (bpf_map_get_next_key(smap_fd, cur_key_p, next_key_p) == 0) { in compare_stack_ips()
619 cur_key_p = &key; in compare_stack_ips()

Completed in 4 milliseconds