Searched refs:poll_ret (Results 1 – 3 of 3) sorted by relevance
139 int poll_ret; in do_action() local168 poll_ret = poll(pollfds, 1, timeout); in do_action()169 if (poll_ret < 0 && (errno == EINTR || errno == ENOMEM)) goto POLL_INPUT; in do_action()170 if (!poll_ret) { in do_action()177 } else if (poll_ret == 1) { in do_action()
56 int poll_ret = poll(&p, 1, 120 * 1000); in poll_write_bo_test() local57 igt_assert(poll_ret == 1); in poll_write_bo_test()
1148 int poll_ret; in calibrate_ts() local1156 poll_ret = poll(&(struct pollfd){drm_fd, POLLIN}, 1, 1000); in calibrate_ts()1158 if (poll_ret == 1) in calibrate_ts()1161 igt_assert_neq(poll_ret, 0); in calibrate_ts()