Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/ocrdma/
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 …]
/linux-6.3-rc2/fs/xfs/scrub/
A Dalloc.c41 struct xfs_btree_cur **pcur; in xchk_allocbt_xref_other() local
48 pcur = &sc->sa.cnt_cur; in xchk_allocbt_xref_other()
50 pcur = &sc->sa.bno_cur; in xchk_allocbt_xref_other()
51 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
55 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
58 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
62 error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec); in xchk_allocbt_xref_other()
63 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other()
66 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_allocbt_xref_other()
[all …]
A Dialloc.c62 struct xfs_btree_cur **pcur; in xchk_iallocbt_chunk_xref_other() local
67 pcur = &sc->sa.ino_cur; in xchk_iallocbt_chunk_xref_other()
69 pcur = &sc->sa.fino_cur; in xchk_iallocbt_chunk_xref_other()
70 if (!(*pcur)) in xchk_iallocbt_chunk_xref_other()
72 error = xfs_ialloc_has_inode_record(*pcur, agino, agino, &has_irec); in xchk_iallocbt_chunk_xref_other()
73 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_iallocbt_chunk_xref_other()
77 xchk_btree_xref_set_corrupt(sc, *pcur, 0); in xchk_iallocbt_chunk_xref_other()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_refcount.h78 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
A Dxfs_rmap.h183 struct xfs_btree_cur **pcur);
A Dxfs_refcount.c1326 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument
1353 rcur = *pcur; in xfs_refcount_finish_one()
1359 *pcur = NULL; in xfs_refcount_finish_one()
1371 *pcur = rcur; in xfs_refcount_finish_one()
A Dxfs_btree.c3493 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local
3500 pcur = cur; in xfs_btree_insert()
3519 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert()
3522 if (pcur != cur) in xfs_btree_insert()
3523 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert()
3538 if (pcur != cur && in xfs_btree_insert()
3542 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert()
3543 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert()
3544 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert()
3548 pcur = ncur; in xfs_btree_insert()
A Dxfs_rmap.c2394 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one() argument
2423 rcur = *pcur; in xfs_rmap_finish_one()
2427 *pcur = NULL; in xfs_rmap_finish_one()
2445 *pcur = rcur; in xfs_rmap_finish_one()
/linux-6.3-rc2/arch/arc/kernel/
A Dunwind.c456 static uleb128_t get_uleb128(const u8 **pcur, const u8 *end) in get_uleb128() argument
458 const u8 *cur = *pcur; in get_uleb128()
472 *pcur = cur; in get_uleb128()
477 static sleb128_t get_sleb128(const u8 **pcur, const u8 *end) in get_sleb128() argument
479 const u8 *cur = *pcur; in get_sleb128()
495 *pcur = cur; in get_sleb128()
/linux-6.3-rc2/fs/cifs/
A Dsess.c858 unsigned char **pcur, in cifs_security_buffer_from_str() argument
867 if (!pcur) in cifs_security_buffer_from_str()
868 pcur = &tmp; in cifs_security_buffer_from_str()
871 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
874 *pcur += sizeof(__le16); in cifs_security_buffer_from_str()
876 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
881 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
884 *pcur += len; in cifs_security_buffer_from_str()
/linux-6.3-rc2/fs/xfs/
A Dxfs_refcount_item.c256 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_refcount_update() argument
260 error = xfs_refcount_finish_one(tp, ri, pcur); in xfs_trans_log_finish_refcount_update()
A Dxfs_rmap_item.c297 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_rmap_update() argument
301 error = xfs_rmap_finish_one(tp, ri, pcur); in xfs_trans_log_finish_rmap_update()

Completed in 38 milliseconds