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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c314 * vn_q_last -> points to the oldest used vnode, and is freed once a new
323 struct vn_htable_list *vn_q_last; member in struct:vn_htable
349 hp->vn_q_last = &hp->vn_htable_buf[htable_size - 1];
351 hp->vn_q_last->vn_q_prev = &hp->vn_htable_buf[htable_size - 2];
403 hent = hp->vn_q_last;
405 /* remove last hp->vn_q_last object from hash table */
426 hp->vn_q_last = q_prev;

Completed in 74 milliseconds