Searched refs:__prandom_timer (Results 1 – 1 of 1) sorted by relevance
215 static void __prandom_timer(unsigned long dontcare);217 static DEFINE_TIMER(seed_timer, __prandom_timer, 0, 0);219 static void __prandom_timer(unsigned long dontcare) in __prandom_timer() function