Home
last modified time | relevance | path

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

/linux/drivers/xen/
A Dmanage.c211 static struct shutdown_handler shutdown_handlers[] = { variable
243 for (idx = 0; idx < ARRAY_SIZE(shutdown_handlers); idx++) { in shutdown_handler()
244 if (strcmp(str, shutdown_handlers[idx].command) == 0) in shutdown_handler()
249 if (idx < ARRAY_SIZE(shutdown_handlers)) in shutdown_handler()
258 if (idx < ARRAY_SIZE(shutdown_handlers)) { in shutdown_handler()
259 shutdown_handlers[idx].cb(); in shutdown_handler()
351 for (idx = 0; idx < ARRAY_SIZE(shutdown_handlers); idx++) { in setup_shutdown_watcher()
352 if (!shutdown_handlers[idx].flag) in setup_shutdown_watcher()
355 shutdown_handlers[idx].command); in setup_shutdown_watcher()
/linux/
A DSystem.map154797 ffff800012039338 d shutdown_handlers
A D.tmp_System.map154797 ffff800012039338 d shutdown_handlers

Completed in 340 milliseconds