Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c525 struct io_accept { struct
526 struct file *file;
527 struct sockaddr __user *addr;
528 int __user *addr_len;
529 int flags;
530 u32 file_slot;
531 unsigned long nofile;
5054 static int io_accept(struct io_kiocb *req, unsigned int issue_flags) in io_accept() function