Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfdtable.h119 extern int __alloc_fd(struct files_struct *files,
/OK3568_Linux_fs/kernel/fs/
H A Dfile.c524 int __alloc_fd(struct files_struct *files, in __alloc_fd() function
584 return __alloc_fd(current->files, start, rlimit(RLIMIT_NOFILE), flags); in alloc_fd()
589 return __alloc_fd(current->files, 0, nofile, flags); in __get_unused_fd_flags()