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.c79 * @crp: call/return processor
98 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 in thread_stack__call_return()
340 struct call_return_processor *crp = ts->crp; __thread_stack__flush() local
757 struct call_return_processor *crp; call_return_processor__new() local
774 call_return_processor__free(struct call_return_processor * crp) call_return_processor__free() argument
1105 thread_stack__process(struct thread * thread,struct comm * comm,struct perf_sample * sample,struct addr_location * from_al,struct addr_location * to_al,u64 ref,struct call_return_processor * crp) thread_stack__process() argument
[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/fs/nfsd/
H A Dnfs4recover.c116 struct nfs4_client_reclaim *crp; in __nfsd4_create_reclaim_record_grace() local
118 crp = nfs4_client_to_reclaim(name, princhash, nn); in __nfsd4_create_reclaim_record_grace()
119 crp->cr_clp = clp; in __nfsd4_create_reclaim_record_grace()
279 struct nfs4_client_reclaim *crp; in __nfsd4_remove_reclaim_record_grace() local
289 crp = nfsd4_find_reclaim_client(name, nn); in __nfsd4_remove_reclaim_record_grace()
290 if (crp) in __nfsd4_remove_reclaim_record_grace()
291 nfs4_remove_reclaim_record(crp, nn); in __nfsd4_remove_reclaim_record_grace()
586 struct nfs4_client_reclaim *crp; in nfsd4_check_legacy_client() local
605 crp = nfsd4_find_reclaim_client(name, nn); in nfsd4_check_legacy_client()
606 if (crp) { in nfsd4_check_legacy_client()
[all …]
H A Dnfs4state.c9565 struct nfs4_client_reclaim *crp; in nfs4_has_reclaimed_state() local
9569 crp = nfsd4_find_reclaim_client(name, nn); in nfs4_has_reclaimed_state()
9570 found = (crp && crp->cr_clp); in nfs4_has_reclaimed_state()
9583 struct nfs4_client_reclaim *crp; in nfs4_client_to_reclaim() local
9595 crp = nfsd4_find_reclaim_client(name, nn); in nfs4_client_to_reclaim()
9596 if (crp) { in nfs4_client_to_reclaim()
9597 if (princhash.len && crp->cr_princhash.len == 0) { in nfs4_client_to_reclaim()
9601 crp->cr_princhash.data = pdata; in nfs4_client_to_reclaim()
9602 crp->cr_princhash.len = princhash.len; in nfs4_client_to_reclaim()
9606 crp = NULL; in nfs4_client_to_reclaim()
[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/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()