Lines Matching defs:kwork_work
95 struct kwork_work { struct
99 struct rb_node node;
100 struct kwork_class *class;
105 u64 id;
106 int cpu;
107 char *name;
112 u64 nr_atoms;
113 struct list_head atom_list[KWORK_TRACE_MAX];
118 u64 max_runtime;
119 u64 max_runtime_start;
120 u64 max_runtime_end;
121 u64 total_runtime;
146 struct kwork_work *work, argument