Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c438 int fd_before, fd_after; in test_alloc_no_fd_leak_on_efault() local
464 fd_before = count_open_fds(); in test_alloc_no_fd_leak_on_efault()
465 if (fd_before < 0) { in test_alloc_no_fd_leak_on_efault()
496 ksft_test_result(fd_before == fd_after, in test_alloc_no_fd_leak_on_efault()
498 fd_before, fd_after); in test_alloc_no_fd_leak_on_efault()