Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c152 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_and_import()
205 close(heap_fd); in test_alloc_and_import()
210 int heap_fd = -1, dmabuf_fd[32]; in test_alloc_zeroed() local
216 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_zeroed()
280 close(heap_fd); in test_alloc_zeroed()
351 int ret, heap_fd = -1, dmabuf_fd = -1; in test_alloc_compat() local
353 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_compat()
367 close(heap_fd); in test_alloc_compat()
372 int heap_fd = -1, dmabuf_fd = -1; in test_alloc_errors() local
375 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_errors()
[all …]