Searched refs:softdep_ast_cleanup (Results 1 – 2 of 2) sorted by relevance
90 void (*softdep_ast_cleanup)(struct thread *); variable
1238 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()