Searched refs:ctlfd_pos (Results 1 – 1 of 1) sorted by relevance
1942 int ctlfd_pos = evlist->ctl_fd.pos; in evlist__ctlfd_process() local1945 if (!evlist__ctlfd_initialized(evlist) || !entries[ctlfd_pos].revents) in evlist__ctlfd_process()1948 if (entries[ctlfd_pos].revents & POLLIN) { in evlist__ctlfd_process()1973 if (entries[ctlfd_pos].revents & (POLLHUP | POLLERR)) in evlist__ctlfd_process()1976 entries[ctlfd_pos].revents = 0; in evlist__ctlfd_process()