| 121 | }; |
| 122 | |
| 123 | static inline void |
| 124 | credbatch_prep(struct credbatch *crb) |
| 125 | { |
| 126 | crb->cred = NULL; |
| 127 | crb->users = 0; |
| 128 | crb->ref = 0; |
| 129 | } |
| 130 | void credbatch_add(struct credbatch *crb, struct thread *td); |
| 131 | |
| 132 | static inline void |
no outgoing calls
no test coverage detected