Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c143 static int test_alloc_and_import(char *heap_name) in test_alloc_and_import() argument
150 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_and_import()
220 static int test_alloc_zeroed(char *heap_name, size_t size) in test_alloc_zeroed() argument
228 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_zeroed()
363 static int test_alloc_compat(char *heap_name) in test_alloc_compat() argument
368 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_compat()
399 static int test_alloc_errors(char *heap_name) in test_alloc_errors() argument
404 heap_fd = dmabuf_heap_open(heap_name); in test_alloc_errors()