Home | History | Annotate | Download | only in src

Lines Matching refs:poll_count

90     int poll_count;
172 ts[h].poll_count = 0;
379 ts[h].poll_count = 0;
423 asrt(ts[h].poll_count < MAX_POLL);
433 asrt(ts[h].poll_count < MAX_POLL);
435 ++ts[h].poll_count;
445 --ts[h].poll_count;
505 asrt(count <= ts[h].poll_count);
507 for( i= 1; i < ts[h].poll_count; i++)
544 asrt(ts[h].poll_count <= MAX_POLL);
545 memset(pfds, 0, sizeof(pfds[0])*ts[h].poll_count);
546 while(count < ts[h].poll_count)
550 APPL_TRACE_ERROR("exceed max poll range, ps_i:%d, MAX_POLL:%d, count:%d, ts[h].poll_count:%d",
551 ps_i, MAX_POLL, count, ts[h].poll_count);
573 OSI_NO_INTR(ret = poll(pfds, ts[h].poll_count