Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dposix-timers.h101 static inline void posix_cputimers_init(struct posix_cputimers *pct) in posix_cputimers_init() function
142 static inline void posix_cputimers_init(struct posix_cputimers *pct) { } in posix_cputimers_init() function
/linux/kernel/
H A Dfork.c2186 posix_cputimers_init(&p->posix_cputimers); in copy_process()