Searched refs:softdep_ast_cleanup (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c2427 softdep_ast_cleanup = softdep_ast_cleanup_proc;
2446 softdep_ast_cleanup = NULL;
/freebsd-11-stable/sys/sys/
H A Dproc.h1144 extern void (*softdep_ast_cleanup)(struct thread *);
1149 if (td->td_su != NULL && softdep_ast_cleanup != NULL)
1150 softdep_ast_cleanup(td);
/freebsd-11-stable/sys/kern/
H A Dsubr_trap.c89 void (*softdep_ast_cleanup)(struct thread *); variable

Completed in 125 milliseconds