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

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h437 extern struct anon *anon_get_next_ptr(struct anon_hdr *, ulong_t *);
H A Dvm_anon.c415 anon_get_next_ptr(struct anon_hdr *ahp, ulong_t *index) function
1353 if ((ap = anon_get_next_ptr(old, &index)) == NULL)
1419 if (anon_get_next_ptr(old, &index) == NULL)
1526 if (anon_get_next_ptr(ahp, &index) == NULL) {
1601 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL)
1646 if (anon_get_next_ptr(ahp, &index) == NULL)
1699 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL)
3338 if (eidx != ahp->size && anon_get_next_ptr(ahp, &tidx) != NULL &&
H A Dvm_usage.c1212 ap = anon_get_next_ptr(private_amp->ahp,
H A Dseg_spt.c665 if ((ap = anon_get_next_ptr(amp->ahp, &anon_idx))

Completed in 191 milliseconds