Lines Matching refs:MAX_POLL
70 #define MAX_POLL 64 macro
91 poll_slot_t ps[MAX_POLL];
92 int psi[MAX_POLL]; //index of poll slot
383 for(i = 0; i < MAX_POLL; i++) in init_poll()
419 for(i = 0; i < MAX_POLL; i++) in add_poll()
423 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
433 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
438 APPL_TRACE_ERROR("exceeded max poll slot:%d!", MAX_POLL); in add_poll()
477 for (int i = 1; i < MAX_POLL; ++i) in process_cmd_sock()
544 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()
548 if(ps_i >= MAX_POLL) in prepare_poll_fds()
551 ps_i, MAX_POLL, count, ts[h].poll_count); in prepare_poll_fds()
566 struct pollfd pfds[MAX_POLL]; in sock_poll_thread()