Home
last modified time | relevance | path

Searched defs:dup_fd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/
Dfile.c287 struct files_struct *dup_fd(struct files_struct *oldf, unsigned int max_fds, int *errorp) in dup_fd() function
/Linux-v5.15/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3762 int dup_fd, pipe_fds[2]; in TEST() local