Searched refs:s_head (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 590 while (qp->s_last != qp->s_head) { in rvt_clear_mr_refs() 643 while (s_last != qp->s_head) { in rvt_qp_sends_has_lkey() 851 qp->s_head = 0; in rvt_init_qp() 1310 if (READ_ONCE(qp->s_last) != qp->s_head) in rvt_error_qp() 1932 if (qp->s_head >= slast) in rvt_qp_is_avail() 1935 avail = slast - qp->s_head; in rvt_qp_is_avail() 1949 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail() 2032 next = qp->s_head + 1; in rvt_post_one_wr() 2038 wqe = rvt_get_swqe_ptr(qp, qp->s_head); in rvt_post_one_wr() 2116 qp->s_head = next; in rvt_post_one_wr() [all …]
|
H A D | trace_tx.h | 83 __entry->head = qp->s_head;
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 64 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_uc_req() 93 if (qp->s_cur == READ_ONCE(qp->s_head)) in qib_make_uc_req()
|
H A D | qib_ud.c | 251 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_ud_req() 264 if (qp->s_cur == READ_ONCE(qp->s_head)) in qib_make_ud_req()
|
H A D | qib_qp.c | 449 qp->s_tail, qp->s_head, qp->s_size, in qib_qp_iter_print()
|
H A D | qib_rc.c | 245 if (qp->s_last == READ_ONCE(qp->s_head)) in qib_make_rc_req() 291 if (qp->s_tail == READ_ONCE(qp->s_head)) in qib_make_rc_req()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | uc.c | 41 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 D | qp.c | 590 qp->s_tail == qp->s_head; in qp_idle() 635 qp->s_tail, qp->s_head, qp->s_size, in qp_iter_print()
|
H A D | trace_tid.h | 876 __field(u32, s_head) 894 __entry->s_head = qp->s_head; 914 __entry->s_head,
|
H A D | ud.c | 453 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 D | rc.c | 441 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 D | tid_rdma.c | 3180 for (i = qp->s_acked; i != qp->s_head;) { in hfi1_qp_kern_exp_rcv_clear_all()
|
/openbmc/linux/fs/jbd2/ |
H A D | recovery.c | 305 be32_to_cpu(sb->s_sequence), be32_to_cpu(sb->s_head)); in jbd2_journal_recover() 307 journal->j_head = be32_to_cpu(sb->s_head); in jbd2_journal_recover()
|
H A D | journal.c | 1950 sb->s_head = cpu_to_be32(journal->j_head); in jbd2_mark_journal_empty()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 2137 struct sb_section_ctx *sctx = ictx->sect_head, *s_head; in sb_free_image() local 2142 s_head = sctx; in sb_free_image() 2154 free(s_head); in sb_free_image()
|
/openbmc/linux/include/rdma/ |
H A D | rdmavt_qp.h | 398 u32 s_head; /* new entries added here */ member
|
/openbmc/linux/include/linux/ |
H A D | jbd2.h | 268 __be32 s_head; /* blocknr of head of log, only uptodate member
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 264 - s_head
|