Home
last modified time | relevance | path

Searched refs:tv_list (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/time/
Dtimer.c1137 struct hlist_head tv_list; in cascade() local
1139 hlist_move_list(tv->vec + index, &tv_list); in cascade()
1145 hlist_for_each_entry_safe(timer, tmp, &tv_list, entry) { in cascade()