| 187 | }; |
| 188 | |
| 189 | static inline void |
| 190 | lock_delay_arg_init(struct lock_delay_arg *la, struct lock_delay_config *lc) |
| 191 | { |
| 192 | la->config = lc; |
| 193 | la->delay = lc->base; |
| 194 | la->spin_cnt = 0; |
| 195 | } |
| 196 | |
| 197 | static inline void |
| 198 | lock_delay_arg_init_noadapt(struct lock_delay_arg *la) |
no outgoing calls
no test coverage detected