Searched defs:testdef (Results 1 – 5 of 5) sorted by relevance
284 struct testdef { struct285 const char *name;286 void (*test)(void);287 bool needs_cap;
138 static struct testdef { struct139 const char *name;140 void (*test)(void);
206 struct testdef { struct207 const char *name;208 void (*test)(struct kvm_vcpu *vcpu);
653 struct testdef { struct654 const char *name;655 void (*test)(void);
1059 struct testdef { in main() struct1060 const char *name; in main()1061 void (*test)(void); in main()1062 bool requirements_met; in main()