Lines Matching refs:notifier
612 tristate "Memory hotplug notifier error injection module"
616 memory hotplug notifier chain callbacks. It is controlled through
617 debugfs interface under /sys/kernel/debug/notifier-error-inject/memory
619 If the notifier call chain should be failed with some events
620 notified, write the error code to "actions/<notifier event>/error".
624 # cd /sys/kernel/debug/notifier-error-inject/memory
630 be called memory-notifier-error-inject.
1178 bool "Debug notifier call chains"
1181 Enable this to turn on sanity checking for notifier call chains.
1183 modules properly unregister themselves from notifier chains.
1417 specified notifier chain callbacks. It is useful to test the error
1418 handling of notifier call chain failures.
1423 tristate "CPU notifier error injection module"
1428 errors to CPU notifier chain callbacks. It is controlled through
1429 debugfs interface under /sys/kernel/debug/notifier-error-inject/cpu
1431 If the notifier call chain should be failed with some events
1432 notified, write the error code to "actions/<notifier event>/error".
1436 # cd /sys/kernel/debug/notifier-error-inject/cpu
1442 be called cpu-notifier-error-inject.
1447 tristate "PM notifier error injection module"
1452 PM notifier chain callbacks. It is controlled through debugfs
1453 interface /sys/kernel/debug/notifier-error-inject/pm
1455 If the notifier call chain should be failed with some events
1456 notified, write the error code to "actions/<notifier event>/error".
1460 # cd /sys/kernel/debug/notifier-error-inject/pm/
1466 be called pm-notifier-error-inject.
1471 tristate "OF reconfig notifier error injection module"
1475 OF reconfig notifier chain callbacks. It is controlled
1477 /sys/kernel/debug/notifier-error-inject/OF-reconfig/
1479 If the notifier call chain should be failed with some events
1480 notified, write the error code to "actions/<notifier event>/error".
1483 be called of-reconfig-notifier-error-inject.