Searched refs:anon_get_next_ptr (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 414 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 D | anon.h | 437 extern struct anon *anon_get_next_ptr(struct anon_hdr *, ulong_t *);
|
H A D | vm_usage.c | 1214 ap = anon_get_next_ptr(private_amp->ahp, in vmu_calculate_seg()
|
H A D | seg_spt.c | 813 if ((ap = anon_get_next_ptr(amp->ahp, &anon_idx)) in segspt_free_pages()
|