Lines Matching defs:kwork_work
98 struct kwork_work { struct
102 struct rb_node node;
103 struct kwork_class *class;
108 u64 id;
109 int cpu;
110 char *name;
115 u64 nr_atoms;
116 struct list_head atom_list[KWORK_TRACE_MAX];
121 u64 max_runtime;
122 u64 max_runtime_start;
123 u64 max_runtime_end;
124 u64 total_runtime;
129 u64 max_latency;
130 u64 max_latency_start;
131 u64 max_latency_end;
132 u64 total_latency;
157 struct kwork_work *work, argument