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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h343 uchar_t *un_pernode_dirty_bm[MD_MNMAXSIDES]; member in struct:mm_mirror_ic
441 #define un_pernode_dirty_bm un_mmic.un_pernode_dirty_bm macro
526 (isset((un)->un_pernode_dirty_bm[(n)-1], (i)))
528 (clrbit((un)->un_pernode_dirty_bm[(n)-1], (i)))
530 (setbit((un)->un_pernode_dirty_bm[(n)-1], (i)))
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpmirror.c108 * un_pernode_dirty_bm
133 /* just enough for un_pernode_dirty_bm[] plus three digits */
212 un_pernode_bm = (uintptr_t)mmp->un_pernode_dirty_bm[i];
215 "un_pernode_dirty_bm[%d]", i);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c840 un->un_pernode_dirty_bm[md_mn_mynode_id-1] = (uchar_t *)
3107 * Check to see if we have a un_pernode_dirty_bm[] entry allocated. If
3113 if (un->un_pernode_dirty_bm[node_idx] == NULL) {
3114 un->un_pernode_dirty_bm[node_idx] =
3213 un->un_pernode_dirty_bm[node_idx], un->un_dirty_bm);
3249 * Check to see if we have a un_pernode_dirty_bm[] entry allocated. If
3256 if (un->un_pernode_dirty_bm[node_idx] == NULL) {
3257 un->un_pernode_dirty_bm[node_idx] =
3460 * Copy all non-zero un_pernode_dirty_bm[] arrays to new versions
3464 old_dirty_bm = un->un_pernode_dirty_bm[
[all...]
H A Dmirror.c2022 * Allocate rwlocks for un_pernode_dirty_bm accessing.
2122 if (un->un_pernode_dirty_bm[i])
2123 kmem_free((caddr_t)un->un_pernode_dirty_bm[i], bitcnt);

Completed in 78 milliseconds