Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dposix-timers.h150 static inline void posix_cputimers_init(struct posix_cputimers *pct) in posix_cputimers_init() function
185 static inline void posix_cputimers_init(struct posix_cputimers *pct) { } in posix_cputimers_init() function
/linux-6.6.21/kernel/time/
Dposix-cpu-timers.c26 posix_cputimers_init(pct); in posix_cputimers_group_init()
/linux-6.6.21/kernel/
Dfork.c2422 posix_cputimers_init(&p->posix_cputimers); in copy_process()