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

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpmirror.c115 * un_pernode_dirty_sum[] (uchar_t)
157 un_pnds = (uintptr_t)mmp->un_pernode_dirty_sum;
190 mdb_warn("failed to read un_pernode_dirty_sum at %p\n",
225 print_mm_cnt_c(rr_pnds, num_rr, "un_pernode_dirty_sum");
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h344 uchar_t *un_pernode_dirty_sum; member in struct:mm_mirror_ic
442 #define un_pernode_dirty_sum un_mmic.un_pernode_dirty_sum macro
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c176 (un->un_pernode_dirty_sum[start_bit] != (uchar_t)0); start_bit++)
225 (un->un_pernode_dirty_sum[i] == (uchar_t)0)) {
244 * un_pernode_dirty_sum[] entries. This means we don't
247 (*activep) += (int)un->un_pernode_dirty_sum[i];
377 un->un_pernode_dirty_sum[i]--;
453 un->un_pernode_dirty_sum[i]--;
457 if (un->un_pernode_dirty_sum[i] == 0) {
837 un->un_pernode_dirty_sum =
3109 * Update un_pernode_dirty_sum if we've gone 0->1.
3130 un->un_pernode_dirty_sum[current_r
[all...]
H A Dmirror.c2063 if (un->un_pernode_dirty_sum)
2064 kmem_free((caddr_t)un->un_pernode_dirty_sum, un->un_rrd_num);

Completed in 86 milliseconds