Searched refs:ps_i (Results 1 – 1 of 1) sorted by relevance
391 int ps_i = ts[h].psi[i]; in process_data_sock() local392 if (ts[h].ps[ps_i].pfd.fd == -1) { in process_data_sock()396 asrt(pfds[i].fd == ts[h].ps[ps_i].pfd.fd); in process_data_sock()397 uint32_t user_id = ts[h].ps[ps_i].user_id; in process_data_sock()398 int type = ts[h].ps[ps_i].type; in process_data_sock()409 remove_poll(h, &ts[h].ps[ps_i], ts[h].ps[ps_i].flags); in process_data_sock()411 remove_poll(h, &ts[h].ps[ps_i], in process_data_sock()420 int ps_i = 0; in prepare_poll_fds() local424 if (ps_i >= MAX_POLL) { in prepare_poll_fds()428 ps_i, MAX_POLL, count, ts[h].poll_count); in prepare_poll_fds()[all …]