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

/linux-master/io_uring/
H A Dopenclose.c25 unsigned long nofile; member in struct:io_open
78 open->nofile = rlimit(RLIMIT_NOFILE);
135 ret = __get_unused_fd_flags(open->how.flags, open->nofile);
H A Dnet.c32 unsigned long nofile; member in struct:io_accept
42 unsigned long nofile; member in struct:io_socket
1361 accept->nofile = rlimit(RLIMIT_NOFILE);
1394 fd = __get_unused_fd_flags(accept->flags, accept->nofile);
1451 sock->nofile = rlimit(RLIMIT_NOFILE);
1469 fd = __get_unused_fd_flags(sock->flags, sock->nofile);
/linux-master/include/linux/
H A Dfile.h92 extern int __get_unused_fd_flags(unsigned flags, unsigned long nofile);
/linux-master/fs/
H A Dfile.c557 int __get_unused_fd_flags(unsigned flags, unsigned long nofile) argument
559 return alloc_fd(0, nofile, flags);
1429 unsigned long nofile = rlimit(RLIMIT_NOFILE); local
1431 if (from >= nofile)
1433 err = alloc_fd(from, nofile, flags);
/linux-master/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh276 echo -n "Batched request_firmware() nofile try #$1: "
287 echo -n "Batched request_firmware_into_buf() nofile try #$1: "
299 echo -n "Test request_partial_firmware_into_buf() off=$1 size=$2 nofile: "
314 echo -n "Batched request_firmware_direct() nofile try #$1: "
325 echo -n "Batched request_firmware_nowait(uevent=true) nofile try #$1: "
354 echo -n "Batched request_firmware_nowait(uevent=false) nofile try #$1: "
484 do_tests nofile _nofile

Completed in 124 milliseconds