Home
last modified time | relevance | path

Searched refs:anon_set_ptr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c583 if (anon_set_ptr(dahp, d_idx, ap, flags) == ENOMEM) in anon_copy_ptr()
1215 (void) anon_set_ptr(ahp, an_idx + i, NULL, in anon_decref_pages()
1283 (void) anon_set_ptr(ahp, an_idx + j, in anon_decref_pages()
1445 (void) anon_set_ptr(old, index + i, ap, in anon_dup_fill_holes()
1464 (void) anon_set_ptr(new, new_idx + off + i, ap, in anon_dup_fill_holes()
1569 (void) anon_set_ptr(ahp, an_idx, ap, in anon_fill_cow_holes()
1608 (void) anon_set_ptr(ahp, index, NULL, ANON_SLEEP); in anon_free()
1786 (void) anon_set_ptr(ahp, index, in anon_disclaim()
2037 (void) anon_set_ptr(amp->ahp, start_idx, ap, in anon_map_getpages()
2765 (void) anon_set_ptr(amp->ahp, an_idx, ap, ANON_SLEEP); in anon_map_privatepages()
[all …]
H A Danon.h438 extern int anon_set_ptr(struct anon_hdr *, ulong_t, struct anon *, int);
H A Dseg_kp.c526 (void) anon_set_ptr(kpd->kp_anon, anon_idx + i, in segkp_get_internal()
H A Dseg_vn.c971 (void) anon_set_ptr(amp->ahp, anon_idx, ap, in segvn_create()
1562 (void) anon_set_ptr(newsvd->amp->ahp, new_idx, newap, in segvn_dup_pages()
2815 (void) anon_set_ptr(amp->ahp, anon_index, ap, in segvn_faultpage()
3103 (void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP); in segvn_faultpage()
6461 (void) anon_set_ptr(amp->ahp, an_idx, ap, in segvn_clrszc()
7846 (void) anon_set_ptr(amp->ahp, in segvn_lockop()
9642 (void) anon_set_ptr(amp->ahp, anon_index, in segvn_getmemid()
H A Dseg_spt.c3192 (void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP); in segspt_shmgetmemid()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c273 (void) anon_set_ptr(tp->tn_anon, pagenumber, in wrtmp()
1819 (void) anon_set_ptr(tp->tn_anon, btop(toff), in tmp_getpage()