• Home
  • Raw
  • Download

Lines Matching refs:notifier

912 	tristate "Memory hotplug notifier error injection module"
916 memory hotplug notifier chain callbacks. It is controlled through
917 debugfs interface under /sys/kernel/debug/notifier-error-inject/memory
919 If the notifier call chain should be failed with some events
920 notified, write the error code to "actions/<notifier event>/error".
924 # cd /sys/kernel/debug/notifier-error-inject/memory
930 be called memory-notifier-error-inject.
1803 bool "Debug notifier call chains"
1806 Enable this to turn on sanity checking for notifier call chains.
1808 modules properly unregister themselves from notifier chains.
1973 specified notifier chain callbacks. It is useful to test the error
1974 handling of notifier call chain failures.
1979 tristate "PM notifier error injection module"
1984 PM notifier chain callbacks. It is controlled through debugfs
1985 interface /sys/kernel/debug/notifier-error-inject/pm
1987 If the notifier call chain should be failed with some events
1988 notified, write the error code to "actions/<notifier event>/error".
1992 # cd /sys/kernel/debug/notifier-error-inject/pm/
1998 be called pm-notifier-error-inject.
2003 tristate "OF reconfig notifier error injection module"
2007 OF reconfig notifier chain callbacks. It is controlled
2009 /sys/kernel/debug/notifier-error-inject/OF-reconfig/
2011 If the notifier call chain should be failed with some events
2012 notified, write the error code to "actions/<notifier event>/error".
2015 be called of-reconfig-notifier-error-inject.
2020 tristate "Netdev notifier error injection module"
2024 netdevice notifier chain callbacks. It is controlled through debugfs
2025 interface /sys/kernel/debug/notifier-error-inject/netdev
2027 If the notifier call chain should be failed with some events
2028 notified, write the error code to "actions/<notifier event>/error".
2032 # cd /sys/kernel/debug/notifier-error-inject/netdev
2038 be called netdev-notifier-error-inject.