| /linux-6.15/tools/perf/util/ |
| H A D | thread-stack.c | 168 ts->crp = crp; in thread_stack__init() 302 struct call_return_processor *crp = ts->crp; in thread_stack__call_return() local 335 return crp->process(&cr, parent_db_id, crp->data); in thread_stack__call_return() 340 struct call_return_processor *crp = ts->crp; in __thread_stack__flush() local 343 if (!crp) { in __thread_stack__flush() 760 if (!crp) in call_return_processor__new() 763 if (!crp->cpr) in call_return_processor__new() 767 return crp; in call_return_processor__new() 770 free(crp); in call_return_processor__new() 776 if (crp) { in call_return_processor__free() [all …]
|
| H A D | thread-stack.h | 103 void call_return_processor__free(struct call_return_processor *crp); 108 struct call_return_processor *crp);
|
| H A D | db-export.c | 32 call_return_processor__free(dbe->crp); in db_export__exit() 33 dbe->crp = NULL; in db_export__exit() 403 if (dbe->crp) { in db_export__sample() 406 dbe->crp); in db_export__sample()
|
| H A D | db-export.h | 65 struct call_return_processor *crp; member
|
| /linux-6.15/arch/m68k/sun3/ |
| H A D | mmu_emu.c | 360 pgd_t * crp; in mmu_emu_handle_fault() local 363 crp = swapper_pg_dir; in mmu_emu_handle_fault() 368 crp = swapper_pg_dir; in mmu_emu_handle_fault() 370 crp = current->mm->pgd; in mmu_emu_handle_fault() 375 str_read_write(read_flag), crp); in mmu_emu_handle_fault() 385 pte = (pte_t *) pgd_val (*(crp + segment)); in mmu_emu_handle_fault() 421 pr_info("seg:%ld crp:%px ->", get_fc(), crp); in mmu_emu_handle_fault()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | irq_txx9.c | 103 u32 __iomem *crp; in txx9_irq_set_type() local 117 crp = &txx9_ircptr->cr[(unsigned int)irq_nr / 8]; in txx9_irq_set_type() 118 cr = __raw_readl(crp); in txx9_irq_set_type() 122 __raw_writel(cr, crp); in txx9_irq_set_type()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4recover.c | 184 if (!crp) { in __nfsd4_create_reclaim_record_grace() 188 crp->cr_clp = clp; in __nfsd4_create_reclaim_record_grace() 383 if (crp) in __nfsd4_remove_reclaim_record_grace() 707 if (crp) { in nfsd4_check_legacy_client() 709 crp->cr_clp = clp; in nfsd4_check_legacy_client() 1312 if (crp) in nfsd4_cld_check() 1334 if (crp) in nfsd4_cld_check() 1341 crp->cr_clp = clp; in nfsd4_cld_check() 1362 if (crp) in nfsd4_cld_check_v2() 1383 if (crp) in nfsd4_cld_check_v2() [all …]
|
| H A D | nfs4state.c | 8668 return (crp && crp->cr_clp); in nfs4_has_reclaimed_state() 8684 crp = alloc_reclaim(); in nfs4_client_to_reclaim() 8685 if (crp) { in nfs4_client_to_reclaim() 8690 crp->cr_name.len = name.len; in nfs4_client_to_reclaim() 8693 crp->cr_clp = NULL; in nfs4_client_to_reclaim() 8696 return crp; in nfs4_client_to_reclaim() 8702 list_del(&crp->cr_strhash); in nfs4_remove_reclaim_record() 8703 kfree(crp->cr_name.data); in nfs4_remove_reclaim_record() 8704 kfree(crp->cr_princhash.data); in nfs4_remove_reclaim_record() 8705 kfree(crp); in nfs4_remove_reclaim_record() [all …]
|
| /linux-6.15/drivers/pinctrl/renesas/ |
| H A D | core.c | 200 const struct pinmux_cfg_reg *crp, in sh_pfc_config_reg_helper() argument 209 if (crp->field_width) { in sh_pfc_config_reg_helper() 210 *maskp = (1 << crp->field_width) - 1; in sh_pfc_config_reg_helper() 211 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 214 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 216 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper() 221 const struct pinmux_cfg_reg *crp, in sh_pfc_write_config_reg() argument 232 crp->reg, value, field, crp->reg_width, hweight32(mask)); in sh_pfc_write_config_reg() 241 sh_pfc_unlock_reg(pfc, crp->reg, data); in sh_pfc_write_config_reg() 246 const struct pinmux_cfg_reg **crp, in sh_pfc_get_config_reg() argument [all …]
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 236 unsigned long crp[2] = { in switch_mm_0230() local 262 : : "m" (crp[0])); in switch_mm_0230()
|
| H A D | processor.h | 123 unsigned long crp[2]; /* cpu root pointer */ member
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | asm-offsets.c | 35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
|
| /linux-6.15/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1818 tables->dbe.crp = NULL; in set_table_handlers() 1828 tables->dbe.crp = in set_table_handlers() 1831 if (!tables->dbe.crp) in set_table_handlers() 1853 if (tables->dbe.crp) in set_table_handlers() 1854 tables->dbe.cpr = tables->dbe.crp->cpr; in set_table_handlers()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_btree.c | 3101 union xfs_btree_rec *crp; in xfs_btree_promote_leaf_iroot() local 3109 crp = xfs_btree_rec_addr(cur, 1, cblock); in xfs_btree_promote_leaf_iroot() 3110 xfs_btree_copy_recs(cur, crp, rp, numrecs); in xfs_btree_promote_leaf_iroot() 3809 union xfs_btree_rec *crp; in xfs_btree_demote_leaf_child() local 3832 crp = xfs_btree_rec_addr(cur, 1, cblock); in xfs_btree_demote_leaf_child() 3833 xfs_btree_copy_recs(cur, rp, crp, numrecs); in xfs_btree_demote_leaf_child()
|
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_compress.c | 1915 const ZSTD_compResetPolicy_e crp, in ZSTD_reset_matchState() argument 1952 DEBUGLOG(4, "reset table : %u", crp!=ZSTDcrp_leaveDirty); in ZSTD_reset_matchState() 1953 if (crp!=ZSTDcrp_leaveDirty) { in ZSTD_reset_matchState() 2030 ZSTD_compResetPolicy_e const crp, in ZSTD_resetCCtx_internal() argument 2141 crp, in ZSTD_resetCCtx_internal()
|
| /linux-6.15/arch/powerpc/lib/ |
| H A D | sstep.c | 58 unsigned int *crp);
|