Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c415 anon_get_next_ptr(struct anon_hdr *ahp, ulong_t *index) in anon_get_next_ptr() function
1345 if ((ap = anon_get_next_ptr(old, &index)) == NULL) in anon_dup()
1411 if (anon_get_next_ptr(old, &index) == NULL) in anon_dup_fill_holes()
1518 if (anon_get_next_ptr(ahp, &index) == NULL) { in anon_fill_cow_holes()
1593 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL) in anon_free()
1638 if (anon_get_next_ptr(ahp, &index) == NULL) in anon_free_pages()
1691 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL) in anon_disclaim()
3330 if (eidx != ahp->size && anon_get_next_ptr(ahp, &tidx) != NULL && in anon_shmap_free_pages()
H A Danon.h437 extern struct anon *anon_get_next_ptr(struct anon_hdr *, ulong_t *);
H A Dvm_usage.c1212 ap = anon_get_next_ptr(private_amp->ahp, in vmu_calculate_seg()
H A Dseg_spt.c665 if ((ap = anon_get_next_ptr(amp->ahp, &anon_idx)) in segspt_free_pages()