Searched refs:MAX_POLL (Results 1 – 1 of 1) sorted by relevance
76 #define MAX_POLL 64 macro96 poll_slot_t ps[MAX_POLL];97 int psi[MAX_POLL]; //index of poll slot390 for(i = 0; i < MAX_POLL; i++) in init_poll()426 for(i = 0; i < MAX_POLL; i++) in add_poll()430 asrt(ts[h].poll_count < MAX_POLL); in add_poll()440 asrt(ts[h].poll_count < MAX_POLL); in add_poll()445 APPL_TRACE_ERROR1("exceeded max poll slot:%d!", MAX_POLL); in add_poll()535 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()539 if(ps_i >= MAX_POLL) in prepare_poll_fds()[all …]