Home
last modified time | relevance | path

Searched refs:fd_after (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
490 fd_after = count_open_fds(); in test_alloc_no_fd_leak_on_efault()
491 if (fd_after < 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()