POLLIN            103 builtin/upload-archive.c 		pfd[0].events = POLLIN;
POLLIN            105 builtin/upload-archive.c 		pfd[1].events = POLLIN;
POLLIN            114 builtin/upload-archive.c 		if (pfd[1].revents & POLLIN)
POLLIN            118 builtin/upload-archive.c 		if (pfd[0].revents & POLLIN)
POLLIN            160 compat/poll/poll.c 	    happened |= *p_sought & (POLLIN | POLLRDNORM);
POLLIN            197 compat/poll/poll.c 	  *p_sought &= POLLIN | POLLRDNORM;
POLLIN            237 compat/poll/poll.c     happened |= (POLLIN | POLLRDNORM) & sought;
POLLIN            250 compat/poll/poll.c 	happened |= (POLLIN | POLLRDNORM) & sought;
POLLIN            302 compat/poll/poll.c 	happened |= (POLLIN | POLLRDNORM) & sought;
POLLIN            311 compat/poll/poll.c 	happened |= (POLLIN | POLLRDNORM) & sought;
POLLIN            398 compat/poll/poll.c       if (pfd[i].events & (POLLIN | POLLRDNORM))
POLLIN            409 compat/poll/poll.c 	  && (pfd[i].events & (POLLIN | POLLOUT | POLLPRI
POLLIN            485 compat/poll/poll.c       if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND
POLLIN            496 compat/poll/poll.c 	  if (sought & (POLLIN | POLLRDNORM))
POLLIN            576 compat/poll/poll.c       if (!(pfd[i].events & (POLLIN | POLLRDNORM |
POLLIN            161 credential-cache--daemon.c 	pfd.events = POLLIN;
POLLIN            168 credential-cache--daemon.c 	if (pfd.revents & POLLIN) {
POLLIN           1072 daemon.c       		pfd[i].events = POLLIN;
POLLIN           1092 daemon.c       			if (pfd[i].revents & POLLIN) {
POLLIN            161 upload-pack.c  			pfd[pollsize].events = POLLIN;
POLLIN            167 upload-pack.c  			pfd[pollsize].events = POLLIN;
POLLIN            186 upload-pack.c  		if (0 <= pe && (pfd[pe].revents & (POLLIN|POLLHUP))) {
POLLIN            203 upload-pack.c  		if (0 <= pu && (pfd[pu].revents & (POLLIN|POLLHUP))) {