Searched refs:pollepd (Results 1 – 2 of 2) sorted by relevance
250 struct scif_pollepd pollepd; in cosm_scif_work() local258 pollepd.epd = cdev->epd; in cosm_scif_work()259 pollepd.events = EPOLLIN; in cosm_scif_work()264 rc = scif_poll(&pollepd, 1, COSM_HEARTBEAT_TIMEOUT_MSEC); in cosm_scif_work()273 if (pollepd.revents & EPOLLIN) in cosm_scif_work()277 if (pollepd.revents & EPOLLHUP) { in cosm_scif_work()
160 struct scif_pollepd pollepd; in cosm_scif_client() local166 pollepd.epd = client_epd; in cosm_scif_client()167 pollepd.events = EPOLLIN; in cosm_scif_client()169 rc = scif_poll(&pollepd, 1, COSM_HEARTBEAT_SEND_MSEC); in cosm_scif_client()178 if (pollepd.revents & EPOLLIN) in cosm_scif_client()