Searched refs:MAX_POLL (Results 1 – 1 of 1) sorted by relevance
59 #define MAX_POLL 64 macro82 poll_slot_t ps[MAX_POLL];83 int psi[MAX_POLL]; // index of poll slot281 for (i = 0; i < MAX_POLL; i++) { in init_poll()314 for (i = 0; i < MAX_POLL; i++) { in add_poll()316 asrt(ts[h].poll_count < MAX_POLL); in add_poll()324 asrt(ts[h].poll_count < MAX_POLL); in add_poll()329 log::error("exceeded max poll slot:{}!", MAX_POLL); in add_poll()360 for (int i = 1; i < MAX_POLL; ++i) { in process_cmd_sock()422 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()[all …]