Lines Matching refs:next
86 SysChannel next;
110 _s_free_channels = channel->next;
111 channel->next = NULL;
135 channel->next = _s_free_channels;
157 pnode = &node->next;
159 *pnode = channel->next;
160 channel->next = NULL;
168 channel->next = _s_channels;
186 _s_channels0[nn].next = &_s_channels0[nn+1];
316 SysTimer next;
336 _s_timers0[nn].next = & _s_timers0[nn+1];
348 _s_free_timers = timer->next;
349 timer->next = NULL;
364 *pnode = node->next;
367 pnode = &node->next;
369 timer->next = NULL;
397 pnode = &node->next;
399 timer->next = *pnode;
415 timer->next = _s_free_timers;
470 for (channel = _s_channels; channel; channel = channel->next)
496 _s_timers = timer = timer->next;