| 212 | }; |
| 213 | |
| 214 | static struct per_subsystem *get_per_subsystem(struct clean_info *cinfo, |
| 215 | const struct subsystem_and_variant *sv) |
| 216 | { |
| 217 | return &cinfo->per_subsystem[sv->type]; |
| 218 | } |
| 219 | |
| 220 | static struct per_variant *get_per_variant(struct clean_info *cinfo, |
| 221 | const struct subsystem_and_variant *sv) |
no outgoing calls
no test coverage detected