Home
last modified time | relevance | path

Searched refs:ep_poll (Results 1 – 9 of 9) sorted by relevance

/linux/include/scsi/
H A Discsi_if.h164 } ep_poll; member
/linux/drivers/infiniband/ulp/iser/
H A Discsi_iser.c1007 .ep_poll = iscsi_iser_ep_poll,
/linux/fs/
H A Deventpoll.c2182 * woken, and in that case the ep_poll loop will remove the entry anyways, not in do_epoll_create()
2191 * Pairs with list_empty_careful in ep_poll, and ensures future loop in do_epoll_create()
2223 * ep_poll - Retrieves ready events, and delivers them to the caller-supplied in ep_take_care_of_epollwakeup()
2239 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in do_epoll_ctl()
2811 return ep_poll(ep, events, maxevents, to);
1938 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, ep_poll() function
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3116 if (!transport->ep_poll) in iscsi_if_transport_ep()
3119 ep = iscsi_lookup_endpoint(ev->u.ep_poll.ep_handle); in iscsi_if_transport_ep()
3123 ev->r.retcode = transport->ep_poll(ep, in iscsi_if_transport_ep()
3124 ev->u.ep_poll.timeout_ms); in iscsi_if_transport_ep()
/linux/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c142 .ep_poll = cxgbi_ep_poll,
/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.c1495 .ep_poll = qedi_ep_poll,
/linux/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c2300 .ep_poll = bnx2i_ep_poll,
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c159 .ep_poll = cxgbi_ep_poll,
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c5799 .ep_poll = beiscsi_ep_poll,