Lines Matching refs:notifier

602 	tristate "Memory hotplug notifier error injection module"
606 memory hotplug notifier chain callbacks. It is controlled through
607 debugfs interface under /sys/kernel/debug/notifier-error-inject/memory
609 If the notifier call chain should be failed with some events
610 notified, write the error code to "actions/<notifier event>/error".
614 # cd /sys/kernel/debug/notifier-error-inject/memory
620 be called memory-notifier-error-inject.
1169 bool "Debug notifier call chains"
1172 Enable this to turn on sanity checking for notifier call chains.
1174 modules properly unregister themselves from notifier chains.
1360 specified notifier chain callbacks. It is useful to test the error
1361 handling of notifier call chain failures.
1366 tristate "CPU notifier error injection module"
1371 errors to CPU notifier chain callbacks. It is controlled through
1372 debugfs interface under /sys/kernel/debug/notifier-error-inject/cpu
1374 If the notifier call chain should be failed with some events
1375 notified, write the error code to "actions/<notifier event>/error".
1379 # cd /sys/kernel/debug/notifier-error-inject/cpu
1385 be called cpu-notifier-error-inject.
1390 tristate "PM notifier error injection module"
1395 PM notifier chain callbacks. It is controlled through debugfs
1396 interface /sys/kernel/debug/notifier-error-inject/pm
1398 If the notifier call chain should be failed with some events
1399 notified, write the error code to "actions/<notifier event>/error".
1403 # cd /sys/kernel/debug/notifier-error-inject/pm/
1409 be called pm-notifier-error-inject.
1414 tristate "OF reconfig notifier error injection module"
1418 OF reconfig notifier chain callbacks. It is controlled
1420 /sys/kernel/debug/notifier-error-inject/OF-reconfig/
1422 If the notifier call chain should be failed with some events
1423 notified, write the error code to "actions/<notifier event>/error".
1426 be called of-reconfig-notifier-error-inject.