Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkcov.h28 void kcov_task_exit(struct task_struct *t);
58 static inline void kcov_task_exit(struct task_struct *t) {} in kcov_task_exit() function
/OK3568_Linux_fs/kernel/kernel/
H A Dkcov.c413 void kcov_task_exit(struct task_struct *t) in kcov_task_exit() function
H A Dexit.c751 kcov_task_exit(tsk); in do_exit()