Searched refs:fentry_data_fd (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 1205 int err, map_fd, prog_fd, main_data_fd, fentry_data_fd = 0, fexit_data_fd = 0, i, val; in test_tailcall_hierarchy_count() local 1365 fentry_data_fd = bpf_map__fd(data_map); in test_tailcall_hierarchy_count() 1366 if (!ASSERT_GE(fentry_data_fd, 0, in test_tailcall_hierarchy_count() 1371 err = bpf_map_lookup_elem(fentry_data_fd, &i, &val); in test_tailcall_hierarchy_count() 1409 err = bpf_map_lookup_elem(fentry_data_fd, &i, &val); in test_tailcall_hierarchy_count()
|