Home
last modified time | relevance | path

Searched refs:first_pending (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dinitio.c716 host->first_pending = scbp; in initio_append_pend_scb()
729 if ((scbp->next = host->first_pending) != NULL) { in initio_push_pend_scb()
730 host->first_pending = scbp; in initio_push_pend_scb()
732 host->first_pending = scbp; in initio_push_pend_scb()
742 first = host->first_pending; in initio_find_first_pend_scb()
772 prev = tmp = host->first_pending; in initio_unlink_pend_scb()
775 if (tmp == host->first_pending) { in initio_unlink_pend_scb()
776 if ((host->first_pending = tmp->next) == NULL) in initio_unlink_pend_scb()
937 prev = tmp = host->first_pending; /* Check Pend queue */ in initio_abort_srb()
944 } else if (tmp == host->first_pending) { in initio_abort_srb()
[all …]
H A Dinitio.h504 struct scsi_ctrl_blk *first_pending; /* 40 */ member
/openbmc/linux/net/mptcp/
H A Dprotocol.h318 struct mptcp_data_frag *first_pending; member
376 return READ_ONCE(msk->first_pending); in mptcp_send_head()
384 cur = msk->first_pending; in mptcp_send_next()
393 if (!msk->first_pending) in mptcp_pending_tail()
H A Dprotocol.c1020 if (unlikely(dfrag == msk->first_pending)) { in __mptcp_clean_una()
1025 WRITE_ONCE(msk->first_pending, mptcp_send_next(sk)); in __mptcp_clean_una()
1565 WRITE_ONCE(msk->first_pending, mptcp_send_next(sk)); in __subflow_push_pending()
1876 if (!msk->first_pending) in mptcp_sendmsg()
1877 WRITE_ONCE(msk->first_pending, dfrag); in mptcp_sendmsg()
2360 msk->first_pending = rtx_head; in __mptcp_retransmit_pending_data()
2790 msk->first_pending = NULL; in __mptcp_init_sock()
2861 WRITE_ONCE(msk->first_pending, NULL); in __mptcp_clear_xmit()