Home
last modified time | relevance | path

Searched refs:reboot_work (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/power/reset/
A Dpwr-mlxbf.c20 struct work_struct reboot_work; member
36 schedule_work(&priv->reboot_work); in pwr_mlxbf_irq()
67 err = devm_work_autocancel(dev, &priv->reboot_work, pwr_mlxbf_reboot_work); in pwr_mlxbf_probe()
/linux/drivers/watchdog/
A Dsoftdog.c91 static DECLARE_WORK(reboot_work, reboot_work_fn); in softdog_fire()
111 schedule_work(&reboot_work); in softdog_fire()
/linux/kernel/
A Dreboot.c914 static DECLARE_WORK(reboot_work, reboot_work_func);
924 schedule_work(&reboot_work); in orderly_reboot()

Completed in 8 milliseconds