Home
last modified time | relevance | path

Searched refs:pcur (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c49 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 in ocrdma_resource_stats()
221 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_rx_stats() local
289 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_tx_stats() local
363 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_wqe_stats() local
396 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_db_errstats() local
417 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_rxqp_errstats() local
443 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_txqp_errstats() local
503 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_driver_dbg_stats() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c49 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 in ocrdma_resource_stats()
221 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_rx_stats() local
289 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_tx_stats() local
363 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_wqe_stats() local
396 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_db_errstats() local
417 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_rxqp_errstats() local
443 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_txqp_errstats() local
503 char *stats = dev->stats_mem.debugfs_mem, *pcur; ocrdma_driver_dbg_stats() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H 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, in xchk_allocbt_xref_other()
[all...]
H 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()
/kernel/linux/linux-6.6/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, in xchk_allocbt_xref_other()
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount.h42 xfs_extlen_t *new_len, struct xfs_btree_cur **pcur);
H A Dxfs_rmap.h182 xfs_exntst_t state, struct xfs_btree_cur **pcur);
H A Dxfs_refcount.c1139 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one()
1167 rcur = *pcur; in xfs_refcount_finish_one()
1173 *pcur = NULL; in xfs_refcount_finish_one()
1189 *pcur = rcur; in xfs_refcount_finish_one()
1132 xfs_refcount_finish_one( struct xfs_trans *tp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, xfs_extlen_t *new_len, struct xfs_btree_cur **pcur) xfs_refcount_finish_one() argument
H A Dxfs_btree.c3400 struct xfs_btree_cur *pcur; /* previous level's cursor */ in xfs_btree_insert() local
3407 pcur = cur; in xfs_btree_insert()
3426 error = xfs_btree_insrec(pcur, level, &nptr, &rec, key, in xfs_btree_insert()
3429 if (pcur != cur) in xfs_btree_insert()
3430 xfs_btree_del_cursor(pcur, XFS_BTREE_ERROR); in xfs_btree_insert()
3445 if (pcur != cur && in xfs_btree_insert()
3449 cur->bc_ops->update_cursor(pcur, cur); in xfs_btree_insert()
3450 cur->bc_nlevels = pcur->bc_nlevels; in xfs_btree_insert()
3451 xfs_btree_del_cursor(pcur, XFS_BTREE_NOERROR); in xfs_btree_insert()
3455 pcur in xfs_btree_insert()
[all...]
H A Dxfs_rmap.c2362 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one()
2388 rcur = *pcur; in xfs_rmap_finish_one()
2392 *pcur = NULL; in xfs_rmap_finish_one()
2412 *pcur = rcur; in xfs_rmap_finish_one()
2353 xfs_rmap_finish_one( struct xfs_trans *tp, enum xfs_rmap_intent_type type, uint64_t owner, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t blockcount, xfs_exntst_t state, struct xfs_btree_cur **pcur) xfs_rmap_finish_one() argument
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dunwind.c460 static uleb128_t get_uleb128(const u8 **pcur, const u8 *end) in get_uleb128() argument
462 const u8 *cur = *pcur; in get_uleb128()
476 *pcur = cur; in get_uleb128()
481 static sleb128_t get_sleb128(const u8 **pcur, const u8 *end) in get_sleb128() argument
483 const u8 *cur = *pcur; in get_sleb128()
499 *pcur = cur; in get_sleb128()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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 in xfs_btree_insert()
[all...]
H A Dxfs_refcount.c1354 struct xfs_btree_cur **pcur) in xfs_refcount_finish_one()
1377 rcur = *pcur; in xfs_refcount_finish_one()
1383 *pcur = NULL; in xfs_refcount_finish_one()
1395 *pcur = rcur; in xfs_refcount_finish_one()
1351 xfs_refcount_finish_one( struct xfs_trans *tp, struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur) xfs_refcount_finish_one() argument
H A Dxfs_rmap.c2442 struct xfs_btree_cur **pcur) in xfs_rmap_finish_one()
2466 rcur = *pcur; in xfs_rmap_finish_one()
2470 *pcur = NULL; in xfs_rmap_finish_one()
2486 *pcur = rcur; in xfs_rmap_finish_one()
2439 xfs_rmap_finish_one( struct xfs_trans *tp, struct xfs_rmap_intent *ri, struct xfs_btree_cur **pcur) xfs_rmap_finish_one() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsess.c1033 unsigned char **pcur, in cifs_security_buffer_from_str()
1042 if (!pcur) in cifs_security_buffer_from_str()
1043 pcur = &tmp; in cifs_security_buffer_from_str()
1046 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
1049 *pcur += sizeof(__le16); in cifs_security_buffer_from_str()
1051 len = cifs_strtoUTF16((__le16 *)*pcur, in cifs_security_buffer_from_str()
1056 pbuf->BufferOffset = cpu_to_le32(*pcur - pstart); in cifs_security_buffer_from_str()
1059 *pcur += len; in cifs_security_buffer_from_str()
1029 cifs_security_buffer_from_str(SECURITY_BUFFER *pbuf, char *str_value, int str_length, unsigned char *pstart, unsigned char **pcur, const struct nls_table *nls_cp) cifs_security_buffer_from_str() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_refcount_item.c248 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_refcount_update()
253 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
240 xfs_trans_log_finish_refcount_update( struct xfs_trans *tp, struct xfs_cud_log_item *cudp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, xfs_extlen_t *new_len, struct xfs_btree_cur **pcur) xfs_trans_log_finish_refcount_update() argument
H A Dxfs_rmap_item.c316 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_rmap_update()
321 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
306 xfs_trans_log_finish_rmap_update( struct xfs_trans *tp, struct xfs_rud_log_item *rudp, enum xfs_rmap_intent_type type, uint64_t owner, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t blockcount, xfs_exntst_t state, struct xfs_btree_cur **pcur) xfs_trans_log_finish_rmap_update() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_refcount_item.c257 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_refcount_update()
261 error = xfs_refcount_finish_one(tp, ri, pcur); in xfs_trans_log_finish_refcount_update()
253 xfs_trans_log_finish_refcount_update( struct xfs_trans *tp, struct xfs_cud_log_item *cudp, struct xfs_refcount_intent *ri, struct xfs_btree_cur **pcur) xfs_trans_log_finish_refcount_update() argument
H A Dxfs_rmap_item.c298 struct xfs_btree_cur **pcur) in xfs_trans_log_finish_rmap_update()
302 error = xfs_rmap_finish_one(tp, ri, pcur); in xfs_trans_log_finish_rmap_update()
294 xfs_trans_log_finish_rmap_update( struct xfs_trans *tp, struct xfs_rud_log_item *rudp, struct xfs_rmap_intent *ri, struct xfs_btree_cur **pcur) xfs_trans_log_finish_rmap_update() argument

Completed in 32 milliseconds