Lines Matching refs:pollfd
38 struct pollfd *poll;
54 struct pollfd *p; in write_sigio_thread()
105 struct pollfd *new; in need_poll()
110 new = uml_kmalloc(n * sizeof(struct pollfd), UM_GFP_ATOMIC); in need_poll()
117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll()
169 struct pollfd *p; in add_sigio_fd()
193 current_poll.used * sizeof(struct pollfd)); in add_sigio_fd()
204 struct pollfd *p; in ignore_sigio_fd()
240 static struct pollfd *setup_initial_poll(int fd) in setup_initial_poll()
242 struct pollfd *p; in setup_initial_poll()
244 p = uml_kmalloc(sizeof(struct pollfd), UM_GFP_KERNEL); in setup_initial_poll()
250 *p = ((struct pollfd) { .fd = fd, in setup_initial_poll()
258 struct pollfd *p; in write_sigio_workaround()
354 ((struct pollfd) { .fd = fd, in sigio_broken()