| /linux-6.15/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_stats.c | 128 pcur += ocrdma_add_stat(stats, pcur, "active_srqs", in ocrdma_resource_stats() 130 pcur += ocrdma_add_stat(stats, pcur, "active_rbqs", in ocrdma_resource_stats() 152 pcur += ocrdma_add_stat(stats, pcur, "active_frmr", in ocrdma_resource_stats() 160 pcur += ocrdma_add_stat(stats, pcur, "active_mw", in ocrdma_resource_stats() 237 pcur += ocrdma_add_stat(stats, pcur, "ud_drops", in ocrdma_rx_stats() 239 pcur += ocrdma_add_stat(stats, pcur, "qp1_drops", in ocrdma_rx_stats() 297 pcur += ocrdma_add_stat(stats, pcur, "send_pkts", in ocrdma_tx_stats() 303 pcur += ocrdma_add_stat(stats, pcur, "read_pkts", in ocrdma_tx_stats() 309 pcur += ocrdma_add_stat(stats, pcur, "ack_pkts", in ocrdma_tx_stats() 377 pcur += ocrdma_add_stat(stats, pcur, "read_wqes", in ocrdma_wqe_stats() [all …]
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | alloc.c | 62 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local 69 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other() 71 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other() 72 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other() 75 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other() 76 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other() 79 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other() 83 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other() 84 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other() 87 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other() [all …]
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_refcount.h | 85 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur); 87 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
|
| H A D | xfs_rmap.c | 2635 struct xfs_btree_cur **pcur) in xfs_rmap_finish_init_cursor() argument 2662 struct xfs_btree_cur **pcur) in xfs_rtrmap_finish_init_cursor() argument 2668 *pcur = xfs_rtrmapbt_init_cursor(tp, rtg); in xfs_rtrmap_finish_init_cursor() 2683 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one() argument 2700 if (*pcur != NULL && (*pcur)->bc_group != ri->ri_group) { in xfs_rmap_finish_one() 2701 xfs_btree_del_cursor(*pcur, 0); in xfs_rmap_finish_one() 2702 *pcur = NULL; in xfs_rmap_finish_one() 2704 if (*pcur == NULL) { in xfs_rmap_finish_one() 2706 error = xfs_rtrmap_finish_init_cursor(tp, ri, pcur); in xfs_rmap_finish_one() 2708 error = xfs_rmap_finish_init_cursor(tp, ri, pcur); in xfs_rmap_finish_one() [all …]
|
| H A D | xfs_refcount.c | 1387 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument 1390 struct xfs_btree_cur *rcur = *pcur; in xfs_refcount_finish_one() 1413 *pcur = NULL; in xfs_refcount_finish_one() 1423 *pcur = rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag); in xfs_refcount_finish_one() 1500 struct xfs_btree_cur **pcur) in xfs_rtrefcount_finish_one() argument 1504 struct xfs_btree_cur *rcur = *pcur; in xfs_rtrefcount_finish_one() 1526 *pcur = NULL; in xfs_rtrefcount_finish_one() 1531 *pcur = rcur = xfs_rtrefcountbt_init_cursor(tp, rtg); in xfs_rtrefcount_finish_one()
|
| H A D | xfs_rmap.h | 195 struct xfs_btree_cur **pcur);
|
| H A D | xfs_btree.c | 3733 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local 3740 pcur = cur; in xfs_btree_insert() 3759 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert() 3762 if (pcur != cur) in xfs_btree_insert() 3763 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert() 3779 if (pcur != cur && in xfs_btree_insert() 3784 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert() 3785 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert() 3786 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert() 3790 pcur = ncur; in xfs_btree_insert()
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | unwind.c | 458 static uleb128_t get_uleb128(const u8 **pcur, const u8 *end) in get_uleb128() argument 460 const u8 *cur = *pcur; in get_uleb128() 474 *pcur = cur; in get_uleb128() 479 static sleb128_t get_sleb128(const u8 **pcur, const u8 *end) in get_sleb128() argument 481 const u8 *cur = *pcur; in get_sleb128() 497 *pcur = cur; in get_sleb128()
|
| /linux-6.15/fs/smb/client/ |
| H A D | sess.c | 993 unsigned char **pcur, in cifs_security_buffer_from_str() argument 1002 if (!pcur) in cifs_security_buffer_from_str() 1003 pcur = &tmp; in cifs_security_buffer_from_str() 1006 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 1009 *pcur += sizeof(__le16); in cifs_security_buffer_from_str() 1011 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str() 1016 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str() 1019 *pcur += len; in cifs_security_buffer_from_str()
|