Searched refs:MAX_POLL (Results 1 – 1 of 1) sorted by relevance
67 #define MAX_POLL 64 macro88 poll_slot_t ps[MAX_POLL];89 int psi[MAX_POLL]; // index of poll slot348 for (i = 0; i < MAX_POLL; i++) { in init_poll()382 for (i = 0; i < MAX_POLL; i++) { in add_poll()384 asrt(ts[h].poll_count < MAX_POLL); in add_poll()392 asrt(ts[h].poll_count < MAX_POLL); in add_poll()397 APPL_TRACE_ERROR("exceeded max poll slot:%d!", MAX_POLL); in add_poll()429 for (int i = 1; i < MAX_POLL; ++i) { in process_cmd_sock()499 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()[all …]