Lines Matching full:next
80 struct per_pid *next;
96 struct per_pidcomm *next;
114 struct sample_wrapper *next;
126 struct cpu_sample *next;
140 struct power_event *next;
149 struct wake_event *next;
162 struct process_filter *next;
175 cursor = cursor->next;
181 cursor->next = all_data;
202 c = c->next;
209 c->next = p->all;
252 c->next = p->all;
262 sample->next = c->samples;
390 pwr->next = power_events;
412 pwr->next = power_events;
451 we->next = wake_events;
596 pwr->next = power_events;
612 pwr->next = power_events;
634 all_data = p->next;
635 p->next = NULL;
639 p->next = NULL;
649 p->next = prev->next;
650 prev->next = p;
654 p->next = new_list;
662 cursor = cursor->next;
664 prev->next = p;
682 pwr = pwr->next;
692 pwr = pwr->next;
723 c = c->next;
735 c = c->next;
738 p = p->next;
756 we = we->next;
777 sample = sample->next;
779 c = c->next;
781 p = p->next;
800 c = c->next;
813 sample = sample->next;
827 c = c->next;
829 p = p->next;
845 filt->next = process_filter;
862 filt = filt->next;
900 c = c->next;
902 p = p->next;
944 c = c->next;
946 p = p->next;