Searched refs:timer_list (Results 1 – 2 of 2) sorted by relevance
60 if (!list_empty(&cpu_timer->timer_list)) { in update_physical_timer()61 timer = container_of((&cpu_timer->timer_list)->next, in update_physical_timer()79 prev = &cpu_timer->timer_list; in local_add_timer()80 list_for_each(pos, &cpu_timer->timer_list) { in local_add_timer()91 return (prev == &cpu_timer->timer_list); in local_add_timer()177 INIT_LIST_HEAD(&cpu_timer->timer_list); in init_percpu_timer()197 list_for_each_safe(pos, n, &cpu_timer->timer_list) { in timer_softirq()
34 struct list_head timer_list; /**< it's for runtime active timer list */ member
Completed in 6 milliseconds