Home
last modified time | relevance | path

Searched refs:softdep_ast_cleanup (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_trap.c90 void (*softdep_ast_cleanup)(struct thread *); variable
/f-stack/freebsd/sys/
H A Dproc.h1238 extern void (*softdep_ast_cleanup)(struct thread *);
1243 if (td->td_su != NULL && softdep_ast_cleanup != NULL) in td_softdep_cleanup()
1244 softdep_ast_cleanup(td); in td_softdep_cleanup()