Searched refs:tfc (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
H A Dtrace.h191 TP_PROTO(struct cxl_context *ctx, u64 tfc),
193 TP_ARGS(ctx, tfc),
199 __field(u64, tfc)
206 __entry->tfc = tfc;
209 TP_printk("afu%i.%i pe=%i tfc=%s",
213 __print_flags(__entry->tfc, "|", TFC_FLAGS)
H A Dnative.c772 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask) cxl_ack_irq() argument
774 trace_cxl_psl_irq_ack(ctx, tfc); cxl_ack_irq()
775 if (tfc) cxl_ack_irq()
776 cxl_p2n_write(ctx->afu, CXL_PSL_TFC_An, tfc); cxl_ack_irq()
H A Dcxl.h726 int cxl_ack_irq(struct cxl_context *ctx, u64 tfc, u64 psl_reset_mask);
/linux-4.4.14/kernel/events/
H A Dcore.c65 struct remote_function_call *tfc = data; remote_function() local
66 struct task_struct *p = tfc->p; remote_function()
69 tfc->ret = -EAGAIN; remote_function()
74 tfc->ret = tfc->func(tfc->info); remote_function()

Completed in 184 milliseconds