| 177 | "struct proc *"); |
| 178 | |
| 179 | static inline void |
| 180 | propagate_unlock_ts(struct turnstile *top, struct turnstile *ts) |
| 181 | { |
| 182 | |
| 183 | if (ts != top) |
| 184 | mtx_unlock_spin(&ts->ts_lock); |
| 185 | } |
| 186 | |
| 187 | static inline void |
| 188 | propagate_unlock_td(struct turnstile *top, struct thread *td) |
no outgoing calls
no test coverage detected