| /Linux-v5.15/drivers/infiniband/hw/ocrdma/ |
| D | ocrdma_stats.c | 49 static 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-v5.15/fs/xfs/scrub/ |
| D | alloc.c | 41 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 …]
|
| D | ialloc.c | 62 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-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_p2p.c | 30 u8 tmplen, *pdata_attr, *pstart, *pcur; in go_add_group_info_attr() local 40 pcur = pdata_attr; in go_add_group_info_attr() 55 pcur++; in go_add_group_info_attr() 58 memcpy(pcur, psta->dev_addr, ETH_ALEN); in go_add_group_info_attr() 59 pcur += ETH_ALEN; in go_add_group_info_attr() 62 memcpy(pcur, psta->hwaddr, ETH_ALEN); in go_add_group_info_attr() 63 pcur += ETH_ALEN; in go_add_group_info_attr() 65 *pcur = psta->dev_cap; in go_add_group_info_attr() 66 pcur++; in go_add_group_info_attr() 69 RTW_PUT_BE16(pcur, psta->config_methods); in go_add_group_info_attr() [all …]
|
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_refcount.h | 49 xfs_extlen_t *new_len, struct xfs_btree_cur **pcur);
|
| D | xfs_rmap.h | 185 xfs_exntst_t state, struct xfs_btree_cur **pcur);
|
| D | xfs_refcount.c | 1140 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument 1168 rcur = *pcur; in xfs_refcount_finish_one() 1174 *pcur = NULL; in xfs_refcount_finish_one() 1186 *pcur = rcur; in xfs_refcount_finish_one()
|
| D | xfs_btree.c | 3396 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local 3403 pcur = cur; in xfs_btree_insert() 3422 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert() 3425 if (pcur != cur) in xfs_btree_insert() 3426 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert() 3441 if (pcur != cur && in xfs_btree_insert() 3445 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert() 3446 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert() 3447 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert() 3451 pcur = ncur; in xfs_btree_insert()
|
| D | xfs_rmap.c | 2364 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one() argument 2391 rcur = *pcur; in xfs_rmap_finish_one() 2395 *pcur = NULL; in xfs_rmap_finish_one() 2413 *pcur = rcur; in xfs_rmap_finish_one()
|
| /Linux-v5.15/arch/arc/kernel/ |
| D | unwind.c | 461 static uleb128_t get_uleb128(const u8 **pcur, const u8 *end) in get_uleb128() argument 463 const u8 *cur = *pcur; in get_uleb128() 477 *pcur = cur; in get_uleb128() 482 static sleb128_t get_sleb128(const u8 **pcur, const u8 *end) in get_sleb128() argument 484 const u8 *cur = *pcur; in get_sleb128() 500 *pcur = cur; in get_sleb128()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_refcount_item.c | 248 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_refcount_update() argument 253 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
|
| D | xfs_rmap_item.c | 316 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_rmap_update() argument 321 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
|