Searched refs:ps_i (Results 1 – 1 of 1) sorted by relevance
502 int ps_i = ts[h].psi[i]; in process_data_sock() local503 asrt(pfds[i].fd == ts[h].ps[ps_i].pfd.fd); in process_data_sock()504 uint32_t user_id = ts[h].ps[ps_i].user_id; in process_data_sock()505 int type = ts[h].ps[ps_i].type; in process_data_sock()520 remove_poll(h, &ts[h].ps[ps_i], ts[h].ps[ps_i].flags); in process_data_sock()523 … remove_poll(h, &ts[h].ps[ps_i], flags); //remove the monitor flags that already processed in process_data_sock()533 int ps_i = 0; in prepare_poll_fds() local539 if(ps_i >= MAX_POLL) in prepare_poll_fds()542 ps_i, MAX_POLL, count, ts[h].poll_count); in prepare_poll_fds()545 if(ts[h].ps[ps_i].pfd.fd >= 0) in prepare_poll_fds()[all …]