Lines Matching refs:MAX_POLL
75 #define MAX_POLL 64 macro
96 poll_slot_t ps[MAX_POLL];
97 int psi[MAX_POLL]; //index of poll slot
426 for(i = 0; i < MAX_POLL; i++) in init_poll()
462 for(i = 0; i < MAX_POLL; i++) in add_poll()
466 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
476 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
481 APPL_TRACE_ERROR("exceeded max poll slot:%d!", MAX_POLL); in add_poll()
516 for (int i = 1; i < MAX_POLL; ++i) in process_cmd_sock()
583 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()
587 if(ps_i >= MAX_POLL) in prepare_poll_fds()
590 ps_i, MAX_POLL, count, ts[h].poll_count); in prepare_poll_fds()
605 struct pollfd pfds[MAX_POLL]; in sock_poll_thread()