Searched refs:active_ptr (Results 1 – 1 of 1) sorted by relevance
138 static long active_ptr; /* active_list index (non-decreasing) */ variable200 while (active_ptr < active_last && active_list[active_ptr] == NULL) in next_active_node()201 active_ptr++; in next_active_node()202 return (active_ptr < active_last) ? active_list[active_ptr++] : NULL; in next_active_node()211 active_size = active_last = active_ptr = active_ndx = 0; in clear_active_list()