Lines Matching refs:pollfd
39 struct pollfd *poll;
55 struct pollfd *p; in write_sigio_thread()
104 struct pollfd *new; in need_poll()
109 new = uml_kmalloc(n * sizeof(struct pollfd), UM_GFP_ATOMIC); in need_poll()
116 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll()
168 struct pollfd *p; in __add_sigio_fd()
191 current_poll.used * sizeof(struct pollfd)); in __add_sigio_fd()
213 struct pollfd *p; in __ignore_sigio_fd()
258 static struct pollfd *setup_initial_poll(int fd) in setup_initial_poll()
260 struct pollfd *p; in setup_initial_poll()
262 p = uml_kmalloc(sizeof(struct pollfd), UM_GFP_KERNEL); in setup_initial_poll()
268 *p = ((struct pollfd) { .fd = fd, in setup_initial_poll()
276 struct pollfd *p; in write_sigio_workaround()
372 ((struct pollfd) { .fd = fd, in sigio_broken()