Searched refs:unmountroot_pre_hook (Results 1 – 2 of 2) sorted by relevance
78 extern void (*unmountroot_pre_hook)(void);233 if (unmountroot_pre_hook != NULL) { in reboot_kernel()234 unmountroot_pre_hook(); in reboot_kernel()
400 void (*unmountroot_pre_hook)(void); variable