| 130 | void credbatch_add(struct credbatch *crb, struct thread *td); |
| 131 | |
| 132 | static inline void |
| 133 | credbatch_process(struct credbatch *crb __unused) |
| 134 | { |
| 135 | |
| 136 | } |
| 137 | |
| 138 | void credbatch_final(struct credbatch *crb); |
| 139 |
no outgoing calls
no test coverage detected