Lines Matching defs:kwork_work
99 struct kwork_work { struct
103 struct rb_node node;
104 struct kwork_class *class;
109 u64 id;
110 int cpu;
111 char *name;
116 u64 nr_atoms;
117 struct list_head atom_list[KWORK_TRACE_MAX];
122 u64 max_runtime;
123 u64 max_runtime_start;
124 u64 max_runtime_end;
125 u64 total_runtime;
130 u64 max_latency;
131 u64 max_latency_start;
132 u64 max_latency_end;
133 u64 total_latency;
158 struct kwork_work *work, argument