Searched refs:maxfd (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c115 static int acpi_aml_set_fd(int fd, int maxfd, fd_set *set) argument
117 if (fd > maxfd)
118 maxfd = fd;
120 return maxfd;
271 int maxfd = 0; local
290 maxfd = acpi_aml_set_fd(STDIN_FILENO, maxfd, &rfds);
298 maxfd = acpi_aml_set_fd(fd, maxfd, &wfds);
302 maxfd
341 int maxfd = 0; local
[all...]
/linux-master/fs/
H A Dfile.c484 unsigned int maxfd = fdt->max_fds; local
485 unsigned int maxbit = maxfd / BITS_PER_LONG;
489 if (bitbit > maxfd)
490 return maxfd;
493 return find_next_zero_bit(fdt->open_fds, maxfd, start);

Completed in 90 milliseconds