Searched refs:alloc_fd (Results 1 - 10 of 10) sorted by relevance
/kernel/liteos_a/fs/include/fs/ |
H A D | fd_table.h | 83 int alloc_fd(int minfd);
|
/kernel/linux/linux-5.10/include/media/ |
H A D | media-request.h | 214 * @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 D | media-request.h | 214 * @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 D | mc-request.c | 288 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 D | mc-device.c | 376 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 D | mc-request.c | 288 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 D | mc-device.c | 376 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 D | vfs_procfd.c | 293 int sysFd = alloc_fd(minFd); in AllocAndAssocSystemFd()
|
/kernel/linux/linux-6.6/fs/ |
H A D | file.c | 499 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 D | file.c | 572 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