Searched refs:sv_ontdexit (Results 1 – 8 of 8) sorted by relevance
386 if (p->p_sysent->sv_ontdexit != NULL) in kthread_exit()387 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()
615 if (p->p_sysent->sv_ontdexit != NULL) in exit1()616 p->p_sysent->sv_ontdexit(td); in exit1()
154 void (*sv_ontdexit)(struct thread *td); member
611 .sv_ontdexit = linux_thread_dtor,655 .sv_ontdexit = linux_thread_dtor,
463 .sv_ontdexit = linux_thread_dtor,
716 .sv_ontdexit = linux_thread_dtor,
815 .sv_ontdexit = linux_thread_dtor,