Lines Matching refs:notifier
5 specified notifier chain callbacks. It is useful to test the error handling of
6 notifier call chain failures which is rarely executed. There are kernel
9 * PM notifier
10 * Memory hotplug notifier
11 * powerpc pSeries reconfig notifier
12 * Netdevice notifier
14 PM notifier error injection module
18 /sys/kernel/debug/notifier-error-inject/pm/actions/<notifier event>/error
20 Possible PM notifier events to be failed are:
28 # cd /sys/kernel/debug/notifier-error-inject/pm/
33 Memory hotplug notifier error injection module
37 /sys/kernel/debug/notifier-error-inject/memory/actions/<notifier event>/error
39 Possible memory notifier events to be failed are:
46 # cd /sys/kernel/debug/notifier-error-inject/memory
51 powerpc pSeries reconfig notifier error injection module
55 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error
57 Possible pSeries reconfig notifier events to be failed are:
64 Netdevice notifier error injection module
68 /sys/kernel/debug/notifier-error-inject/netdev/actions/<notifier event>/error
70 Netdevice notifier events which can be failed are:
84 # cd /sys/kernel/debug/notifier-error-inject/netdev
91 There are tools/testing/selftests using the notifier error injection features
98 injection tests if notifier error injection module is available.