Home
last modified time | relevance | path

Searched refs:pcur (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c128 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 …]
/openbmc/linux/fs/xfs/scrub/
H A Dalloc.c50 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local
57 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other()
59 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other()
60 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
63 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
64 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
67 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
71 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
72 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
75 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_refcount.h82 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
H A Dxfs_rmap.h188 struct xfs_btree_cur **pcur);
H A Dxfs_btree.c3492 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local
3499 pcur = cur; in xfs_btree_insert()
3518 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert()
3521 if (pcur != cur) in xfs_btree_insert()
3522 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert()
3537 if (pcur != cur && in xfs_btree_insert()
3541 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert()
3542 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert()
3543 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert()
3547 pcur = ncur; in xfs_btree_insert()
H A Dxfs_refcount.c1354 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument
1377 rcur = *pcur; in xfs_refcount_finish_one()
1383 *pcur = NULL; in xfs_refcount_finish_one()
1395 *pcur = rcur; in xfs_refcount_finish_one()
H A Dxfs_rmap.c2442 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one() argument
2466 rcur = *pcur; in xfs_rmap_finish_one()
2470 *pcur = NULL; in xfs_rmap_finish_one()
2486 *pcur = rcur; in xfs_rmap_finish_one()
/openbmc/linux/arch/arc/kernel/
H A Dunwind.c458 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()
/openbmc/linux/fs/smb/client/
H A Dsess.c1025 unsigned char **pcur, in cifs_security_buffer_from_str() argument
1034 if (!pcur) in cifs_security_buffer_from_str()
1035 pcur = &tmp; in cifs_security_buffer_from_str()
1038 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
1041 *pcur += sizeof(__le16); in cifs_security_buffer_from_str()
1043 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
1048 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
1051 *pcur += len; in cifs_security_buffer_from_str()
/openbmc/linux/fs/xfs/
H A Dxfs_refcount_item.c257 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_refcount_update() argument
261 error = xfs_refcount_finish_one(tp, ri, pcur); in xfs_trans_log_finish_refcount_update()
H A Dxfs_rmap_item.c298 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_rmap_update() argument
302 error = xfs_rmap_finish_one(tp, ri, pcur); in xfs_trans_log_finish_rmap_update()