/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_iscsi.h | 125 int (*ep_poll) (struct iscsi_endpoint *ep, int timeout_ms); member
|
H A D | iscsi_if.h | 164 } ep_poll; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_iscsi.h | 125 int (*ep_poll) (struct iscsi_endpoint *ep, int timeout_ms); member
|
H A D | iscsi_if.h | 164 } ep_poll; member
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 1016 .ep_poll = iscsi_iser_ep_poll,
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 1011 .ep_poll = iscsi_iser_ep_poll,
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 1812 * woken, and in that case the ep_poll loop will remove the entry anyways, not 1821 * Pairs with list_empty_careful in ep_poll, and ensures future loop in ep_autoremove_wake_function() 1829 * ep_poll - Retrieves ready events, and delivers them to the caller supplied 1845 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll() function 2364 error = ep_poll(ep, events, maxevents, timeout); in do_epoll_wait()
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 1792 * woken, and in that case the ep_poll loop will remove the entry anyways, not 1801 * Pairs with list_empty_careful in ep_poll, and ensures future loop in ep_autoremove_wake_function() 1809 * ep_poll - Retrieves ready events, and delivers them to the caller-supplied 1825 static int ep_poll(struct eventpoll *ep, struct epoll_event __user *events, in ep_poll() function 2318 error = ep_poll(ep, events, maxevents, to); in do_epoll_wait()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 3117 if (!transport->ep_poll) in iscsi_if_transport_ep() 3120 ep = iscsi_lookup_endpoint(ev->u.ep_poll.ep_handle); in iscsi_if_transport_ep() 3124 ev->r.retcode = transport->ep_poll(ep, in iscsi_if_transport_ep() 3125 ev->u.ep_poll.timeout_ms); in iscsi_if_transport_ep()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 3140 if (!transport->ep_poll) in iscsi_if_transport_ep() 3143 ep = iscsi_lookup_endpoint(ev->u.ep_poll.ep_handle); in iscsi_if_transport_ep() 3147 ev->r.retcode = transport->ep_poll(ep, in iscsi_if_transport_ep() 3148 ev->u.ep_poll.timeout_ms); in iscsi_if_transport_ep()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 2303 .ep_poll = bnx2i_ep_poll,
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 1456 .ep_poll = qedi_ep_poll,
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 141 .ep_poll = cxgbi_ep_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 1495 .ep_poll = qedi_ep_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 142 .ep_poll = cxgbi_ep_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 2300 .ep_poll = bnx2i_ep_poll,
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 158 .ep_poll = cxgbi_ep_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 159 .ep_poll = cxgbi_ep_poll,
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 5833 .ep_poll = beiscsi_ep_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 5815 .ep_poll = beiscsi_ep_poll,
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 270 .ep_poll = qla4xxx_ep_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 271 .ep_poll = qla4xxx_ep_poll,
|