Lines Matching defs:fault_attr
21 struct fault_attr { struct
22 unsigned long probability;
23 unsigned long interval;
24 atomic_t times;
25 atomic_t space;
26 unsigned long verbose;
27 bool task_filter;
28 unsigned long stacktrace_depth;
29 unsigned long require_start;
53 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER argument
60 struct fault_attr { struct