Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/os-Linux/
Dsigio.c37 struct pollfds { struct
47 static struct pollfds current_poll; argument
48 static struct pollfds next_poll;
49 static struct pollfds all_sigio_fds;
53 struct pollfds *fds, tmp; in write_sigio_thread()
103 static int need_poll(struct pollfds *polls, int n) in need_poll()
298 current_poll = ((struct pollfds) { .poll = p, in write_sigio_workaround()
325 current_poll = ((struct pollfds) { .poll = NULL, in write_sigio_workaround()
/Linux-v4.19/tools/firewire/
Dnosy-dump.c917 struct pollfd pollfds[2]; in main() local
981 pollfds[0].fd = fd; in main()
982 pollfds[0].events = POLLIN; in main()
983 pollfds[1].fd = STDIN_FILENO; in main()
984 pollfds[1].events = POLLIN; in main()
992 poll(pollfds, 2, -1); in main()
993 if (pollfds[1].revents) { in main()
1003 if (pollfds[0].revents) in main()