Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rdmavt/
H A Dtrace_tx.h83 __entry->head = qp->s_head;
/linux/drivers/infiniband/hw/hfi1/
H A Duc.c41 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_uc_req()
80 if (qp->s_cur == READ_ONCE(qp->s_head)) { in hfi1_make_uc_req()
H A Dud.c453 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_ud_req()
466 if (qp->s_cur == READ_ONCE(qp->s_head)) in hfi1_make_ud_req()
H A Drc.c441 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_rc_req()
485 if (qp->s_tail == READ_ONCE(qp->s_head)) { in hfi1_make_rc_req()
H A Dtid_rdma.c3180 for (i = qp->s_acked; i != qp->s_head;) { in hfi1_qp_kern_exp_rcv_clear_all()
/linux/include/rdma/
H A Drdmavt_qp.h399 u32 s_head; /* new entries added here */ member
/linux/include/linux/
H A Djbd2.h265 __be32 s_head; /* blocknr of head of log, only uptodate member
/linux/Documentation/filesystems/ext4/
H A Djournal.rst264 - s_head
/linux/fs/jbd2/
H A Djournal.c1910 sb->s_head = cpu_to_be32(journal->j_head); in jbd2_mark_journal_empty()