Home
last modified time | relevance | path

Searched defs:fault_attr (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfault-inject.h25 struct fault_attr { struct
26 unsigned long probability;
27 unsigned long interval;
28 atomic_t times;
29 atomic_t space;
53 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER argument
60 struct fault_attr { struct
/linux/drivers/mtd/ubi/
H A Ddebug.c27 #define FAIL_ACTION(name, fault_attr) \ argument