Searched refs:nready (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 183 int fd, count, nready; in time_select() local 203 nready = select (max_fd + 1, &i_fds, &o_fds, &e_fds, &tv); in time_select() 204 if (nready == -1) in time_select() 209 if (nready < 1) in time_select() 211 fprintf (stderr, "Error: nready: %d\n", nready); in time_select() 250 int fd, count, nready; in time_poll() local 260 nready = poll (pollfd_array + start_index, num_to_test, 0); in time_poll() 261 if (nready == -1) in time_poll() 266 if (nready < 1) in time_poll() 268 fprintf (stderr, "Error: nready: %d\n", nready); in time_poll() [all …]
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | ospoll.c | 572 int nready; in ospoll_wait() local 577 nready = pollset_poll(ospoll->ps, events, MAX_EVENTS, timeout); in ospoll_wait() 578 for (int i = 0; i < nready; i++) { in ospoll_wait() 609 nready = 0; in ospoll_wait() 612 nready = nget; in ospoll_wait() 614 for (int i = 0; i < nready; i++) { in ospoll_wait() 642 nready = epoll_wait(ospoll->epoll_fd, events, MAX_EVENTS, timeout); in ospoll_wait() 643 for (i = 0; i < nready; i++) { in ospoll_wait() 662 nready = xserver_poll(ospoll->fds, ospoll->num, timeout); in ospoll_wait() 664 if (nready > 0) { in ospoll_wait() [all …]
|
| /OK3568_Linux_fs/external/xserver/doc/ |
| H A D | smartsched | 19 nready = WaitForSomething (...); 20 while (nready--)
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 316 int nready = 0; in SmartScheduleClient() local 322 nready++; in SmartScheduleClient() 368 if (nready == 1 && SmartScheduleLatencyLimited == 0) { in SmartScheduleClient()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | dev-decoder.rst | 183 CaptureSetup -> Stopped [ label = "CAPTURE\nbuffers\nready" ];
|