Searched refs:display_cache_timer (Results 1 – 2 of 2) sorted by relevance
395 struct timer_list display_cache_timer; member
212 static void display_cache_timer(unsigned long data);1839 del_timer(&fi->display_cache_timer);1895 init_timer(&fi->display_cache_timer);2155 fi->display_cache_timer.function = display_cache_timer;2156 fi->display_cache_timer.data = (unsigned long)fi;2157 fi->display_cache_timer.expires = RUN_AT(fi->num_nodes * HZ); 2158 init_timer(&fi->display_cache_timer);2159 add_timer(&fi->display_cache_timer);2162 static void display_cache_timer(unsigned long data)2165 del_timer(&fi->display_cache_timer);