Home
last modified time | relevance | path

Searched defs:fault_attr (Results 1 – 1 of 1) 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