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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3289 vmem_node_t *vw_root; member in struct:vmem_walk
3347 vw->vw_root = root;
3441 vmem_node_t *root = vw->vw_root;
3447 if ((vw->vw_root = root->vn_children) != NULL)
3450 vw->vw_root = root->vn_sibling;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2945 vmem_node_t *vw_root; member in struct:vmem_walk
3003 vw->vw_root = root;
3097 vmem_node_t *root = vw->vw_root;
3103 if ((vw->vw_root = root->vn_children) != NULL)
3106 vw->vw_root = root->vn_sibling;

Completed in 61 milliseconds