Searched refs:time_stamp_list (Results 1 – 10 of 10) sorted by relevance
65 typedef struct time_stamp_list { struct67 time_stamp_list *next; argument68 time_stamp_list *prev; argument70 }time_stamp_list; typedef72 time_stamp_list *phead,*pcurrent;
82 typedef struct time_stamp_list { struct84 time_stamp_list *next; argument85 time_stamp_list *prev; argument87 } time_stamp_list; argument89 time_stamp_list *phead,*pcurrent;
81 typedef struct time_stamp_list { struct83 time_stamp_list *next; argument84 time_stamp_list *prev; argument86 } time_stamp_list; typedef88 time_stamp_list *phead,*pcurrent;
82 typedef struct time_stamp_list { struct84 time_stamp_list *next; argument85 time_stamp_list *prev; argument87 } time_stamp_list; typedef89 time_stamp_list *phead,*pcurrent;
56 time_stamp_list *ptemp; in delete_list()83 time_stamp_list *ptemp; in update_head()98 time_stamp_list *ptemp = NULL; in add_new_list()100 ptemp = phead = new time_stamp_list; in add_new_list()108 ptemp = new time_stamp_list; in add_new_list()
62 time_stamp_list *ptemp; in delete_list()93 time_stamp_list *ptemp; in update_head()111 time_stamp_list *ptemp = NULL; in add_new_list()114 ptemp = phead = new time_stamp_list; in add_new_list()124 ptemp = new time_stamp_list; in add_new_list()