| 224 | } |
| 225 | |
| 226 | static const struct subsystem_ops *get_subsystem_ops(const struct per_subsystem *ps) |
| 227 | { |
| 228 | return &subsystem_ops[ps->type]; |
| 229 | } |
| 230 | |
| 231 | /* Mutual recursion */ |
| 232 | static struct command_result *do_clean_timer(struct command *cmd, void *unused); |
no outgoing calls
no test coverage detected