Searched refs:RPOLL_IN (Results 1 – 3 of 3) sorted by relevance
331 if(p->mask & RPOLL_IN) in poll_build()352 if(p->mask & RPOLL_IN) in poll_build()574 if ((regs[idx].mask & RPOLL_IN) && in poll_dispatch()576 mask |= RPOLL_IN; in poll_dispatch()586 if ((regs[idx].mask & RPOLL_IN) && in poll_dispatch()588 mask |= RPOLL_IN; in poll_dispatch()717 poll_register(0, infunc, NULL, RPOLL_IN); in main()
51 RPOLL_IN = 1, enumerator
932 if ((f->id = poll_register(f->fd, input, f, RPOLL_IN)) < 0) { in fd_resume()