Searched refs:proc (Results 1 – 10 of 10) sorted by relevance
/include/trace/hooks/ |
D | binder.h | 35 TP_PROTO(struct task_struct *task, bool sync, struct binder_proc *proc), 36 TP_ARGS(task, sync, proc)); 38 TP_PROTO(bool do_proc_work, struct binder_thread *tsk, struct binder_proc *proc), 39 TP_ARGS(do_proc_work, tsk, proc)); 44 TP_PROTO(struct binder_proc *target_proc, struct binder_proc *proc, 46 TP_ARGS(target_proc, proc, thread, tr), 1); 48 TP_PROTO(struct binder_proc *proc, struct binder_transaction *t, 50 TP_ARGS(proc, t, binder_th_task, pending_async, sync)); 52 TP_PROTO(struct binder_proc *proc, struct binder_transaction *t, 55 TP_ARGS(proc, t, thread, node_debug_id, pending_async, sync, skip)); [all …]
|
/include/ras/ |
D | ras_event.h | 173 TP_PROTO(const struct cper_sec_proc_arm *proc), 175 TP_ARGS(proc), 186 if (proc->validation_bits & CPER_ARM_VALID_AFFINITY_LEVEL) 187 __entry->affinity = proc->affinity_level; 190 if (proc->validation_bits & CPER_ARM_VALID_MPIDR) 191 __entry->mpidr = proc->mpidr; 194 __entry->midr = proc->midr; 195 if (proc->validation_bits & CPER_ARM_VALID_RUNNING_STATE) { 196 __entry->running_state = proc->running_state; 197 __entry->psci_state = proc->psci_state;
|
/include/linux/ |
D | utsname.h | 72 extern void uts_proc_notify(enum uts_proc proc); 74 static inline void uts_proc_notify(enum uts_proc proc) in uts_proc_notify() argument
|
D | cper.h | 568 const struct cper_sec_proc_arm *proc); 570 const struct cper_sec_proc_ia *proc);
|
D | rtc.h | 66 int (*proc)(struct device *, struct seq_file *); member
|
D | acpi.h | 241 struct acpi_subtable_proc *proc, int proc_num,
|
/include/sound/ |
D | ac97_codec.h | 215 struct snd_info_entry *proc; member 242 struct snd_info_entry *proc; member
|
D | emux_synth.h | 114 struct snd_info_entry *proc; member
|
/include/trace/events/ |
D | rpcrdma.h | 158 __field(u32, proc) 166 __entry->proc = be32_to_cpu(rep->rr_proc); 173 __entry->xid, __entry->version, __entry->proc 1398 __field(u32, proc) 1409 __entry->proc = be32_to_cpup(p); 1416 show_rpcrdma_proc(__entry->proc), __entry->hdrlen) 1457 __field(u32, proc) 1467 __entry->proc = be32_to_cpup(p); 1472 __entry->xid, __entry->vers, __entry->credits, __entry->proc)
|
D | sunrpc.h | 1620 __field(u32, proc) 1630 __entry->proc = rqst->rq_proc;
|