Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dposix-timers.h191 void clear_posix_cputimers_work(struct task_struct *p);
194 static inline void clear_posix_cputimers_work(struct task_struct *p) { } in clear_posix_cputimers_work() function
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c1214 void clear_posix_cputimers_work(struct task_struct *p) in clear_posix_cputimers_work() function
1234 clear_posix_cputimers_work(current); in posix_cputimers_init_work()
/openbmc/linux/kernel/
H A Dfork.c2581 clear_posix_cputimers_work(p); in copy_process()