Searched refs:sv_ontdexit (Results 1 – 8 of 8) sorted by relevance
360 if (p->p_sysent->sv_ontdexit != NULL) in kthread_exit()361 p->p_sysent->sv_ontdexit(td); in kthread_exit()
356 if (p->p_sysent->sv_ontdexit != NULL) in kern_thr_exit()357 p->p_sysent->sv_ontdexit(td); in kern_thr_exit()
577 if (p->p_sysent->sv_ontdexit != NULL) in exit1()578 p->p_sysent->sv_ontdexit(td); in exit1()
150 void (*sv_ontdexit)(struct thread *td); member
873 .sv_ontdexit = linux_thread_dtor,910 .sv_ontdexit = linux_thread_dtor,
424 .sv_ontdexit = linux_thread_dtor,
785 .sv_ontdexit = linux_thread_dtor,
930 .sv_ontdexit = linux_thread_dtor,