Lines Matching refs:entry
363 list_add_tail(&timer->entry, vec); in internal_add_timer()
431 if (timer->entry.next == NULL && in timer_fixup_activate()
432 timer->entry.prev == TIMER_ENTRY_STATIC) { in timer_fixup_activate()
517 timer->entry.next = NULL; in __init_timer()
550 struct list_head *entry = &timer->entry; in detach_timer() local
554 __list_del(entry->prev, entry->next); in detach_timer()
556 entry->next = NULL; in detach_timer()
557 entry->prev = LIST_POISON2; in detach_timer()
815 list_for_each_entry_safe(timer, tmp, &tv_list, entry) { in cascade()
856 timer = list_first_entry(head, struct timer_list,entry); in __run_timers()
901 list_for_each_entry(nte, base->tv1.vec + slot, entry) { in __next_timer_interrupt()
932 list_for_each_entry(nte, varp->vec + slot, entry) { in __next_timer_interrupt()
1477 timer = list_first_entry(head, struct timer_list, entry); in migrate_timer_list()