Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Drandom32.c215 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