| 361 | } |
| 362 | |
| 363 | static int |
| 364 | load_loop_fn(void *p) |
| 365 | { |
| 366 | struct thread_params *params = p; |
| 367 | |
| 368 | return load_loop_fn_helper(params, -1); |
| 369 | } |
| 370 | |
| 371 | static int |
| 372 | load_loop_fn_16B(void *p) |
nothing calls this directly
no test coverage detected