Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Derror-injection.h12 extern int get_injectable_error_type(unsigned long addr);
21 static inline int get_injectable_error_type(unsigned long addr) in get_injectable_error_type() function
/openbmc/linux/lib/
H A Derror-inject.c40 int get_injectable_error_type(unsigned long addr) in get_injectable_error_type() function
/openbmc/linux/kernel/
H A Dfail_function.c38 switch (get_injectable_error_type(addr)) { in adjust_error_retval()