Home
last modified time | relevance | path

Searched refs:pollepd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/misc/mic/cosm/
Dcosm_scif_server.c250 struct scif_pollepd pollepd; in cosm_scif_work() local
258 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()
/Linux-v4.19/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c160 struct scif_pollepd pollepd; in cosm_scif_client() local
166 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()