timer_cell
struct timer_cell *next_ptr ;
struct timer_cell *prev_ptr ;
struct timer_cell timer ;
struct timer_cell *tail_timer ; /* points to the last timer cell */