看代码猜意思
while(i<MAX_TIMER_NODE) { sg_timer_list.NODE_MEM[i].next=sg_timer_list.free_list; sg_timer_list.free_list=&sg_timer_list.NODE_MEM[i]; i++; }