Searched refs:sv_ontdexit (Results 1 – 8 of 8) sorted by relevance
387 if (p->p_sysent->sv_ontdexit != NULL) in kthread_exit()388 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()
618 if (p->p_sysent->sv_ontdexit != NULL) in exit1()619 p->p_sysent->sv_ontdexit(td); in exit1()
153 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,