Home
last modified time | relevance | path

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

/linux/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/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/drivers/staging/r8188eu/core/
A Drtw_p2p.c38 pcur = pdata_attr; in go_add_group_info_attr()
53 pcur++; in go_add_group_info_attr()
57 pcur += ETH_ALEN; in go_add_group_info_attr()
61 pcur += ETH_ALEN; in go_add_group_info_attr()
64 pcur++; in go_add_group_info_attr()
68 pcur += 2; in go_add_group_info_attr()
71 pcur += 8; in go_add_group_info_attr()
74 pcur++; in go_add_group_info_attr()
82 pcur += 2; in go_add_group_info_attr()
86 pcur += 2; in go_add_group_info_attr()
[all …]
/linux/fs/cifs/
A Dsess.c687 unsigned char **pcur, in cifs_security_buffer_from_str() argument
696 if (!pcur) in cifs_security_buffer_from_str()
697 pcur = &tmp; in cifs_security_buffer_from_str()
700 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
703 *pcur += sizeof(__le16); in cifs_security_buffer_from_str()
705 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
710 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
713 *pcur += len; in cifs_security_buffer_from_str()
/linux/arch/arc/kernel/
A Dunwind.c461 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/fs/xfs/libxfs/
A Dxfs_refcount.h49 xfs_extlen_t *new_len, struct xfs_btree_cur **pcur);
A Dxfs_refcount.c1139 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one() argument
1167 rcur = *pcur; in xfs_refcount_finish_one()
1173 *pcur = NULL; in xfs_refcount_finish_one()
1185 *pcur = rcur; in xfs_refcount_finish_one()
A Dxfs_btree.c3402 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local
3409 pcur = cur; in xfs_btree_insert()
3428 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert()
3431 if (pcur != cur) in xfs_btree_insert()
3432 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert()
3447 if (pcur != cur && in xfs_btree_insert()
3451 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert()
3452 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert()
3453 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert()
3457 pcur = ncur; in xfs_btree_insert()
A Dxfs_rmap.h185 xfs_exntst_t state, struct xfs_btree_cur **pcur);
A Dxfs_rmap.c2366 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one() argument
2393 rcur = *pcur; in xfs_rmap_finish_one()
2397 *pcur = NULL; in xfs_rmap_finish_one()
2415 *pcur = rcur; in xfs_rmap_finish_one()
/linux/fs/xfs/
A Dxfs_refcount_item.c248 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()
A Dxfs_rmap_item.c316 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()

Completed in 45 milliseconds