Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfault-inject.h16 struct fault_attr { struct
17 unsigned long probability;
18 unsigned long interval;
19 atomic_t times;
20 atomic_t space;
44 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER argument
/kernel/linux/linux-6.6/include/linux/
Dfault-inject.h17 struct fault_attr { struct
18 unsigned long probability;
19 unsigned long interval;
20 atomic_t times;
21 atomic_t space;
22 unsigned long verbose;
23 bool task_filter;
24 unsigned long stacktrace_depth;
25 unsigned long require_start;
49 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER argument