Home
last modified time | relevance | path

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

/io_uring/
Dopenclose.c25 unsigned long nofile; member
73 open->nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()
130 ret = __get_unused_fd_flags(open->how.flags, open->nofile); in io_openat2()
Dnet.c32 unsigned long nofile; member
42 unsigned long nofile; member
1359 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
1394 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()
1451 sock->nofile = rlimit(RLIMIT_NOFILE); in io_socket_prep()
1469 fd = __get_unused_fd_flags(sock->flags, sock->nofile); in io_socket()