Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dposix-timers.h192 void posix_cputimers_init_work(void);
195 static inline void posix_cputimers_init_work(void) { } in posix_cputimers_init_work() function
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c1232 void __init posix_cputimers_init_work(void) in posix_cputimers_init_work() function
H A Dtimer.c2309 posix_cputimers_init_work(); in init_timers()