Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dsend_signal.c15 int err = -1, pmu_fd, prog_fd, info_map_fd, status_map_fd; in test_send_signal_common() local
104 status_map_fd = bpf_object__find_map_fd_by_name(obj, "status_map"); in test_send_signal_common()
105 if (CHECK(status_map_fd < 0, test_name, "find map %s error\n", "status_map")) in test_send_signal_common()