Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsmpboot.h10 void idle_threads_init(void);
14 static inline void idle_threads_init(void) { } in idle_threads_init() function
H A Dsmpboot.c66 void __init idle_threads_init(void) in idle_threads_init() function
H A Dsmp.c1004 idle_threads_init(); in smp_init()