Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfault-inject.h15 struct fault_attr { struct
16 unsigned long probability;
17 unsigned long interval;
18 atomic_t times;
19 atomic_t space;
43 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER argument