Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c41 static inline long syscall_close(int fd) in syscall_close() function
115 syscall_close(pipefd[0]); in trigger_fstat_events()
116 syscall_close(pipefd[1]); in trigger_fstat_events()
117 syscall_close(sockfd); in trigger_fstat_events()
118 syscall_close(procfd); in trigger_fstat_events()
119 syscall_close(devfd); in trigger_fstat_events()
120 syscall_close(localfd); in trigger_fstat_events()
121 syscall_close(indicatorfd); in trigger_fstat_events()
246 syscall_close(localfd); in test_d_path_mem_access()