Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c49 static noinline_for_stack int ocrdma_add_stat(char *start, char *pcur, in ocrdma_add_stat() argument
58 if (pcur + cpy_len > start + OCRDMA_MAX_DBGFS_MEM) { in ocrdma_add_stat()
63 memcpy(pcur, buff, cpy_len); in ocrdma_add_stat()
104 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_resource_stats() local
111 pcur = stats; in ocrdma_resource_stats()
112 pcur += ocrdma_add_stat(stats, pcur, "active_dpp_pds", in ocrdma_resource_stats()
114 pcur += ocrdma_add_stat(stats, pcur, "active_non_dpp_pds", in ocrdma_resource_stats()
116 pcur += ocrdma_add_stat(stats, pcur, "active_rc_dpp_qps", in ocrdma_resource_stats()
118 pcur += ocrdma_add_stat(stats, pcur, "active_uc_dpp_qps", in ocrdma_resource_stats()
120 pcur += ocrdma_add_stat(stats, pcur, "active_ud_dpp_qps", in ocrdma_resource_stats()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_refcount.h85 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
87 struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur);
H A Dxfs_rmap.c2635 struct xfs_btree_cur **pcur) in xfs_rmap_finish_init_cursor() argument
2654 *pcur = xfs_rmapbt_init_cursor(tp->t_mountp, tp, agbp, pag); in xfs_rmap_finish_init_cursor()
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()
[all …]
H A Dxfs_refcount.c1386 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument
1389 struct xfs_btree_cur *rcur = *pcur; in xfs_refcount_finish_one()
1412 *pcur = NULL; in xfs_refcount_finish_one()
1422 *pcur = rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag); in xfs_refcount_finish_one()
1499 struct xfs_btree_cur **pcur) in xfs_rtrefcount_finish_one() argument
1503 struct xfs_btree_cur *rcur = *pcur; in xfs_rtrefcount_finish_one()
1525 *pcur = NULL; in xfs_rtrefcount_finish_one()
1530 *pcur = rcur = xfs_rtrefcountbt_init_cursor(tp, rtg); in xfs_rtrefcount_finish_one()
H A Dxfs_rmap.h195 struct xfs_btree_cur **pcur);
H A Dxfs_btree.c3734 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local
3741 pcur = cur; in xfs_btree_insert()
3760 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert()
3763 if (pcur != cur) in xfs_btree_insert()
3764 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert()
3780 if (pcur != cur && in xfs_btree_insert()
3785 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert()
3786 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert()
3787 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert()
3791 pcur = ncur; in xfs_btree_insert()
/linux/arch/arc/kernel/
H A Dunwind.c449 static uleb128_t get_uleb128(const u8 **pcur, const u8 *end) in get_uleb128() argument
451 const u8 *cur = *pcur; in get_uleb128()
465 *pcur = cur; in get_uleb128()
470 static sleb128_t get_sleb128(const u8 **pcur, const u8 *end) in get_sleb128() argument
472 const u8 *cur = *pcur; in get_sleb128()
488 *pcur = cur; in get_sleb128()
/linux/fs/smb/client/
H A Dsess.c1023 unsigned char **pcur, in cifs_security_buffer_from_str() argument
1032 if (!pcur) in cifs_security_buffer_from_str()
1033 pcur = &tmp; in cifs_security_buffer_from_str()
1036 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
1039 *pcur += sizeof(__le16); in cifs_security_buffer_from_str()
1041 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
1046 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
1049 *pcur += len; in cifs_security_buffer_from_str()