Searched defs:tmp_fd (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | mmap.c | 22 int err, duration = 0, i, data_map_fd, data_map_id, tmp_fd, rdmap_fd; in test_mmap() local
|
/external/pytorch/torch/csrc/ |
D | StorageSharing.cpp | 263 int tmp_fd = (int)THPUtils_unpackLong(_tmp_fd); in THPStorage_newSharedFd() local
|
/external/sandboxed-api/sandboxed_api/sandbox2/ |
D | util.cc | 261 int tmp_fd = Syscall(__NR_memfd_create, reinterpret_cast<uintptr_t>(name), in CreateMemFd() local
|
/external/bcc/libbpf-tools/ |
D | memleak.c | 589 const int tmp_fd = eventfd(0, EFD_CLOEXEC); in event_init() local
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_queue.c | 470 int tmp_fd = -1; in export_perfmon_last_job_sync() local
|
/external/igt-gpu-tools/tests/ |
D | kms_lease.c | 898 int tmp_fd, ret; in invalid_create_leases() local
|
/external/libbpf/src/ |
D | libbpf_internal.h | 614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd()
|
/external/perfetto/src/base/ |
D | unix_socket_unittest.cc | 762 int tmp_fd = scoped_tmp.fd(); in TEST_F() local
|