| 566 | } |
| 567 | |
| 568 | static inline uint64_t |
| 569 | vdev_draid_permute_id(vdev_draid_config_t *vdc, |
| 570 | uint8_t *base, uint64_t iter, uint64_t index) |
| 571 | { |
| 572 | return ((base[index] + iter) % vdc->vdc_children); |
| 573 | } |
| 574 | |
| 575 | /* |
| 576 | * Return the asize which is the psize rounded up to a full group width. |
no outgoing calls
no test coverage detected