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()
192 current_poll.used * sizeof(struct pollfd)); in __add_sigio_fd()
214 struct pollfd *p; in __ignore_sigio_fd()
259 static struct pollfd *setup_initial_poll(int fd) in setup_initial_poll()
261 struct pollfd *p; in setup_initial_poll()
263 p = uml_kmalloc(sizeof(struct pollfd), UM_GFP_KERNEL); in setup_initial_poll()
269 *p = ((struct pollfd) { .fd = fd, in setup_initial_poll()
277 struct pollfd *p; in write_sigio_workaround()
373 ((struct pollfd) { .fd = fd, in sigio_broken()