Lines Matching refs:next
42 next = this;
45 next = timer_list->next;
46 timer_list->next = this;
69 if (this != next) {
74 prev->next != this;
75 prev = prev->next){};
76 prev->next = next;
79 idle_start = next;
85 timer_list = next;
144 a timer is added. If there is entries left, but the next one is
170 if (timer_list->next == idle_start) {
176 should get picked up next time */
182 timer_list = timer_list->next;