Searched refs:proc (Results 1 – 10 of 10) sorted by relevance
| /include/ras/ |
| A 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/ |
| A D | utsname.h | 73 extern void uts_proc_notify(enum uts_proc proc); 75 static inline void uts_proc_notify(enum uts_proc proc) in uts_proc_notify() argument
|
| A D | fw_table.h | 44 struct acpi_subtable_proc *proc,
|
| A D | cper.h | 596 const struct cper_sec_proc_arm *proc); 598 const struct cper_sec_proc_ia *proc);
|
| A D | rtc.h | 65 int (*proc)(struct device *, struct seq_file *); member
|
| A D | acpi.h | 229 unsigned long table_size, struct acpi_subtable_proc *proc,
|
| /include/sound/ |
| A D | ac97_codec.h | 215 struct snd_info_entry *proc; member 242 struct snd_info_entry *proc; member
|
| A D | emux_synth.h | 114 struct snd_info_entry *proc; member
|
| /include/trace/events/ |
| A D | rpcrdma.h | 298 __field(u32, proc) 306 __entry->proc = be32_to_cpu(rep->rr_proc); 313 __entry->xid, __entry->version, __entry->proc 1552 __field(u32, proc) 1563 __entry->proc = be32_to_cpup(p); 1570 show_rpcrdma_proc(__entry->proc), __entry->hdrlen) 1611 __field(u32, proc) 1621 __entry->proc = be32_to_cpup(p); 1626 __entry->xid, __entry->vers, __entry->credits, __entry->proc)
|
| A D | sunrpc.h | 1777 __field(u32, proc) 1787 __entry->proc = rqst->rq_proc;
|
Completed in 50 milliseconds