Searched refs:alloc_fd (Results 1 – 3 of 3) sorted by relevance
282 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc() argument 323 *alloc_fd = fd; in media_request_alloc()
214 * @alloc_fd: Store the request's file descriptor in this int216 * Allocated the media request and put the fd in @alloc_fd.219 int *alloc_fd);
445 * alloc_fd() might have already claimed a slot, while fd_install() in dup_fd() 570 static int alloc_fd(unsigned start, unsigned end, unsigned flags) in alloc_fd() function 617 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags() 1475 err = alloc_fd(from, nofile, flags); in f_dupfd()