Searched refs:groupstart (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_draid.c880 * groupstart is where the group this IO will land in "starts" in
884 uint64_t groupstart = (group * groupwidth) % ndisks; local
885 ASSERT3U(groupstart + groupwidth, <=, ndisks + groupstart);
886 *start = groupstart;
941 uint64_t groupstart, perm; local
943 io_offset, &perm, &groupstart);
954 if (groupstart + groupwidth > ndisks)
955 wrap = ndisks - groupstart;
999 uint64_t c = (groupstart
1361 uint64_t groupstart, perm; local
1401 uint64_t groupstart, perm; local
2086 uint64_t perm, groupstart; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c518 uint64_t groupstart = (j * groupwidth) % ndisks; local
521 uint64_t groupidx = (groupstart + k) % ndisks;
538 uint64_t groupidx = (groupstart + k) % ndisks;

Completed in 124 milliseconds