Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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
/linux-6.6.21/kernel/time/
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()
/linux-6.6.21/kernel/
Dfork.c2581 clear_posix_cputimers_work(p); in copy_process()