Home
last modified time | relevance | path

Searched defs:tmp_fd (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dmmap.c22 int err, duration = 0, i, data_map_fd, data_map_id, tmp_fd, rdmap_fd; in test_mmap() local
/external/pytorch/torch/csrc/
DStorageSharing.cpp263 int tmp_fd = (int)THPUtils_unpackLong(_tmp_fd); in THPStorage_newSharedFd() local
/external/sandboxed-api/sandboxed_api/sandbox2/
Dutil.cc261 int tmp_fd = Syscall(__NR_memfd_create, reinterpret_cast<uintptr_t>(name), in CreateMemFd() local
/external/bcc/libbpf-tools/
Dmemleak.c589 const int tmp_fd = eventfd(0, EFD_CLOEXEC); in event_init() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c470 int tmp_fd = -1; in export_perfmon_last_job_sync() local
/external/igt-gpu-tools/tests/
Dkms_lease.c898 int tmp_fd, ret; in invalid_create_leases() local
/external/libbpf/src/
Dlibbpf_internal.h614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd()
/external/perfetto/src/base/
Dunix_socket_unittest.cc762 int tmp_fd = scoped_tmp.fd(); in TEST_F() local