Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c414 anon_get_next_ptr(struct anon_hdr *ahp, ulong_t *index) in anon_get_next_ptr() function
1352 if ((ap = anon_get_next_ptr(old, &index)) == NULL) in anon_dup()
1418 if (anon_get_next_ptr(old, &index) == NULL) in anon_dup_fill_holes()
1525 if (anon_get_next_ptr(ahp, &index) == NULL) { in anon_fill_cow_holes()
1600 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL) in anon_free()
1645 if (anon_get_next_ptr(ahp, &index) == NULL) in anon_free_pages()
1698 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL) in anon_disclaim()
3329 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.c1214 ap = anon_get_next_ptr(private_amp->ahp, in vmu_calculate_seg()
H A Dseg_spt.c813 if ((ap = anon_get_next_ptr(amp->ahp, &anon_idx)) in segspt_free_pages()