| 328 | } |
| 329 | |
| 330 | static void closedown_active_slot(struct active_request_slot *slot) |
| 331 | { |
| 332 | active_requests--; |
| 333 | slot->in_use = 0; |
| 334 | } |
| 335 | |
| 336 | static void finish_active_slot(struct active_request_slot *slot) |
| 337 | { |
no outgoing calls
no test coverage detected