Searched defs:node_idx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c3098 md_mn_nodeid_t node_idx = source_node - 1; local
3112 rw_enter(&un->un_pernode_dirty_mx[node_idx], RW_WRITER);
3113 if (un->un_pernode_dirty_bm[node_idx] == NULL) {
3114 un->un_pernode_dirty_bm[node_idx] =
3118 rw_exit(&un->un_pernode_dirty_mx[node_idx]);
3126 rw_enter(&un->un_pernode_dirty_mx[node_idx], RW_READER);
3141 rw_exit(&un->un_pernode_dirty_mx[node_idx]);
3211 rw_enter(&un->un_pernode_dirty_mx[node_idx], RW_WRITER);
3213 un->un_pernode_dirty_bm[node_idx], un->un_dirty_bm);
3214 rw_exit(&un->un_pernode_dirty_mx[node_idx]);
3243 md_mn_nodeid_t node_idx = source_node - 1; local
[all...]

Completed in 61 milliseconds