Home
last modified time | relevance | path

Searched refs:alloc_fd (Results 1 - 10 of 10) sorted by relevance

/kernel/liteos_a/fs/include/fs/
H A Dfd_table.h83 int alloc_fd(int minfd);
/kernel/linux/linux-5.10/include/media/
H A Dmedia-request.h214 * @alloc_fd: Store the request's file descriptor in this int
216 * Allocated the media request and put the fd in @alloc_fd.
219 int *alloc_fd);
/kernel/linux/linux-6.6/include/media/
H A Dmedia-request.h214 * @alloc_fd: Store the request's file descriptor in this int
216 * Allocated the media request and put the fd in @alloc_fd.
219 int *alloc_fd);
/kernel/linux/linux-5.10/drivers/media/mc/
H A Dmc-request.c288 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc() argument
329 *alloc_fd = fd; in media_request_alloc()
H A Dmc-device.c376 int *alloc_fd = arg; in media_device_request_alloc() local
381 return media_request_alloc(mdev, alloc_fd); in media_device_request_alloc()
/kernel/linux/linux-6.6/drivers/media/mc/
H A Dmc-request.c288 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc() argument
329 *alloc_fd = fd; in media_request_alloc()
H A Dmc-device.c376 int *alloc_fd = arg; in media_device_request_alloc() local
381 return media_request_alloc(mdev, alloc_fd); in media_device_request_alloc()
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_procfd.c293 int sysFd = alloc_fd(minFd); in AllocAndAssocSystemFd()
/kernel/linux/linux-6.6/fs/
H A Dfile.c499 static int alloc_fd(unsigned start, unsigned end, unsigned flags) in alloc_fd() function
547 printk(KERN_WARNING "alloc_fd: slot %d not NULL!\n", fd); in alloc_fd()
559 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()
1307 err = alloc_fd(from, nofile, flags); in f_dupfd()
/kernel/linux/linux-5.10/fs/
H A Dfile.c572 printk(KERN_WARNING "alloc_fd: slot %d not NULL!\n", fd); in __alloc_fd()
582 static int alloc_fd(unsigned start, unsigned flags) in alloc_fd() function
1270 err = alloc_fd(from, flags); in f_dupfd()

Completed in 9 milliseconds