Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtest_local_storage.c101 int err, serv_sk = -1, task_fd = -1, rm_fd = -1; in test_test_local_storage() local
133 rm_fd = open(tmp_exec_path, O_RDONLY); in test_test_local_storage()
134 if (CHECK(rm_fd < 0, "open", "failed to open %s err:%d, errno:%d", in test_test_local_storage()
135 tmp_exec_path, rm_fd, errno)) in test_test_local_storage()
139 rm_fd)) in test_test_local_storage()
181 close(rm_fd); in test_test_local_storage()