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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_mirror.c54 mirror_child_t mm_child[1]; member in struct:mirror_map
64 kmem_free(mm, offsetof(mirror_map_t, mm_child[mm->mm_children]));
86 mm = kmem_zalloc(offsetof(mirror_map_t, mm_child[c]), KM_SLEEP);
105 mc = &mm->mm_child[c];
113 mm = kmem_zalloc(offsetof(mirror_map_t, mm_child[c]), KM_SLEEP);
122 mc = &mm->mm_child[c];
234 mc = &mm->mm_child[c];
255 if (!mm->mm_child[c].mc_tried)
282 mc = &mm->mm_child[c];
308 mc = &mm->mm_child[
[all...]

Completed in 44 milliseconds