Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
A Dtimex.h32 extern unsigned long (*mach_random_get_entropy)(void);
36 if (mach_random_get_entropy) in random_get_entropy()
37 return mach_random_get_entropy(); in random_get_entropy()
/arch/m68k/kernel/
A Dtime.c35 unsigned long (*mach_random_get_entropy)(void); variable
36 EXPORT_SYMBOL_GPL(mach_random_get_entropy);
/arch/m68k/amiga/
A Dconfig.c403 mach_random_get_entropy = amiga_random_get_entropy; in config_amiga()

Completed in 6 milliseconds