Searched refs:sw_timer_vec_head (Results 1 – 2 of 2) sorted by relevance
93 static struct list_head sw_timer_vec_head; variable99 ms_list_init(&sw_timer_vec_head); in ms_init_timers()139 if (!ms_is_empty_list(&sw_timer_vec_head)) in ms_SW_Timer_Tick()141 tmp = sw_timer_vec_head.next; in ms_SW_Timer_Tick()142 while (tmp != &sw_timer_vec_head) in ms_SW_Timer_Tick()152 if (!ms_is_empty_list(&sw_timer_vec_head)) in ms_SW_Timer_Tick()154 tmp = sw_timer_vec_head.next; in ms_SW_Timer_Tick()155 while (tmp != &sw_timer_vec_head) in ms_SW_Timer_Tick()277 ms_insert_list_before(&timer->entry, &sw_timer_vec_head); in ms_add_timer()304 ms_insert_list_before(&timer->entry, &sw_timer_vec_head); in ms_update_timer()
95 static struct list_head sw_timer_vec_head; variable122 INIT_LIST_HEAD(&sw_timer_vec_head); in init_timers()165 if (!list_empty(&sw_timer_vec_head)) in SW_Timer_Tick()167 tmp = sw_timer_vec_head.next; in SW_Timer_Tick()168 while (tmp != &sw_timer_vec_head) in SW_Timer_Tick()294 list_add_tail(&timer->entry, &sw_timer_vec_head); in add_timer_body()333 list_add_tail(&timer->entry, &sw_timer_vec_head); in mod_timer_body()465 list_add_tail(&timer->entry, &sw_timer_vec_head); in add_timer()505 list_add_tail(&timer->entry, &sw_timer_vec_head); in mod_timer()