Searched refs:polls (Results 1 – 4 of 4) sorted by relevance
157 int polls = 0; in net_open() local181 polls++; in net_open()183 while (n == 0 && polls <= TIMEOUT * POLL_INTERVAL); in net_open()184 if (n < 0 || polls > TIMEOUT * POLL_INTERVAL) in net_open()186 if (polls > TIMEOUT * POLL_INTERVAL) in net_open()
71 int polls; in master() local91 polls = 0; in master()93 polls = POLLRATE-1; in master()114 polls = (polls + 1) % POLLRATE; in master()115 if (0 == polls && nignorednets > 0) { in master()123 polls = POLLRATE-1; in master()130 if (polls != 0) in master()325 polls = POLLRATE-1; in master()
335 If the mouse interface is active, wgetch() polls for mouse events each
143 # to oddities like polls opening at 08:13 and closing at 16:13.