Lines Matching defs:next
90 struct per_pid *next;
107 struct per_pidcomm *next;
128 struct sample_wrapper *next;
140 struct cpu_sample *next;
159 struct io_sample *next;
174 struct power_event *next;
183 struct wake_event *next;
193 struct process_filter *next;
206 cursor = cursor->next;
211 cursor->next = tchart->all_data;
232 c = c->next;
238 c->next = p->all;
281 c->next = p->all;
290 sample->next = c->samples;
365 pwr->next = tchart->power_events;
386 pwr->next = tchart->power_events;
423 we->next = tchart->wake_events;
693 pwr->next = tchart->power_events;
708 pwr->next = tchart->power_events;
731 c->next = p->all;
743 c->io_samples = prev->next;
754 sample->next = c->io_samples;
792 prev = sample->next;
829 sample->next = prev->next;
973 tchart->all_data = p->next;
974 p->next = NULL;
978 p->next = NULL;
988 p->next = prev->next;
989 prev->next = p;
993 p->next = new_list;
1001 cursor = cursor->next;
1003 prev->next = p;
1021 pwr = pwr->next;
1031 pwr = pwr->next;
1062 c = c->next;
1074 c = c->next;
1077 p = p->next;
1096 we = we->next;
1123 sample = sample->next;
1125 c = c->next;
1127 p = p->next;
1147 c = c->next;
1153 for (sample = c->io_samples; sample; sample = sample->next) {
1240 c = c->next;
1242 p = p->next;
1261 c = c->next;
1283 sample = sample->next;
1297 c = c->next;
1299 p = p->next;
1313 filt->next = process_filter;
1330 filt = filt->next;
1368 c = c->next;
1370 p = p->next;
1409 c = c->next;
1411 p = p->next;
1441 c = c->next;
1443 p = p->next;