Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_progs.h391 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
A Dtest_progs.c558 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument
568 while (bpf_map_get_next_key(smap_fd, cur_key_p, next_key_p) == 0) { in compare_stack_ips()
569 err = bpf_map_lookup_elem(smap_fd, next_key_p, val_buf1); in compare_stack_ips()

Completed in 6 milliseconds