Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c522 unsigned long nofile; member
593 unsigned long nofile; member
4339 req->open.nofile = rlimit(RLIMIT_NOFILE); in __io_openat_prep()
4399 ret = __get_unused_fd_flags(req->open.how.flags, req->open.nofile); in io_openat2()
5351 accept->nofile = rlimit(RLIMIT_NOFILE); in io_accept_prep()
5373 fd = __get_unused_fd_flags(accept->flags, accept->nofile); in io_accept()