Home
last modified time | relevance | path

Searched refs:crp (Results 1 – 11 of 11) sorted by relevance

/linux/tools/perf/util/
H A Dthread-stack.c98 struct call_return_processor *crp; member
137 struct call_return_processor *crp, in thread_stack__init() argument
168 ts->crp = crp; in thread_stack__init()
174 struct call_return_processor *crp, in thread_stack__new() argument
202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new()
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()
443 if (ts->crp || !callstack) in thread_stack__event()
[all …]
H A Dthread-stack.h103 void call_return_processor__free(struct call_return_processor *crp);
108 struct call_return_processor *crp);
H A Ddb-export.c31 call_return_processor__free(dbe->crp); in db_export__exit()
32 dbe->crp = NULL; in db_export__exit()
403 if (dbe->crp) { in db_export__sample()
406 dbe->crp); in db_export__sample()
H A Ddb-export.h64 struct call_return_processor *crp;
65 struct call_return_processor *crp; global() member
/linux/arch/mips/kernel/
H A Dirq_txx9.c103 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/drivers/pinctrl/renesas/
H A Dcore.c200 const struct pinmux_cfg_reg *crp, in sh_pfc_config_reg_helper() argument
207 *mapped_regp = sh_pfc_phys_to_virt(pfc, crp->reg); in sh_pfc_config_reg_helper()
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()
213 *maskp = (1 << crp->var_field_width[in_pos]) - 1; 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
246 sh_pfc_get_config_reg(struct sh_pfc * pfc,u16 enum_id,const struct pinmux_cfg_reg ** crp,unsigned int * fieldp,u32 * valuep) sh_pfc_get_config_reg() argument
[all...]
/linux/arch/m68k/include/asm/
H A Dmmu_context.h236 unsigned long crp[2] = { in switch_mm_0230() local
262 : : "m" (crp[0])); in switch_mm_0230()
/linux/arch/m68k/kernel/
H A Dasm-offsets.c36 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
/linux/fs/nfsd/
H A Dnfs4state.c8965 struct nfs4_client_reclaim *crp; in set_max_delegations()
8967 crp = nfsd4_find_reclaim_client(name, nn); in set_max_delegations()
8968 return (crp && crp->cr_clp); in set_max_delegations()
8979 struct nfs4_client_reclaim *crp; in nfs4_state_create_net()
8997 crp = alloc_reclaim(); in nfs4_state_create_net()
8998 if (crp) { in nfs4_state_create_net()
9000 INIT_LIST_HEAD(&crp->cr_strhash); in nfs4_state_create_net()
9001 list_add(&crp->cr_strhash, &nn->reclaim_str_hashtbl[strhashval]); in nfs4_state_create_net()
9002 crp in nfs4_state_create_net()
8849 struct nfs4_client_reclaim *crp; nfs4_has_reclaimed_state() local
8863 struct nfs4_client_reclaim *crp; nfs4_client_to_reclaim() local
8900 nfs4_remove_reclaim_record(struct nfs4_client_reclaim * crp,struct nfsd_net * nn) nfs4_remove_reclaim_record() argument
8912 struct nfs4_client_reclaim *crp = NULL; nfs4_release_reclaim() local
8931 struct nfs4_client_reclaim *crp = NULL; nfsd4_find_reclaim_client() local
[all...]
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1840 tables->dbe.crp = NULL; in set_table_handlers()
1850 tables->dbe.crp = in set_table_handlers()
1853 if (!tables->dbe.crp) in set_table_handlers()
1875 if (tables->dbe.crp) in set_table_handlers()
1876 tables->dbe.cpr = tables->dbe.crp->cpr; in set_table_handlers()
/linux/lib/zstd/compress/
H A Dzstd_compress.c1915 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()