Searched refs:anon_set_ptr (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 469 anon_set_ptr(struct anon_hdr *ahp, ulong_t an_idx, struct anon *ap, int flags) in anon_set_ptr() function 583 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() 1318 (void) anon_set_ptr(ahp, an_idx + i, NULL, ANON_SLEEP); in anon_decref_pages() 1361 (void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP); in anon_dup() 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() [all …]
|
H A D | anon.h | 438 extern int anon_set_ptr(struct anon_hdr *, ulong_t, struct anon *, int);
|
H A D | seg_kp.c | 526 (void) anon_set_ptr(kpd->kp_anon, anon_idx + i, in segkp_get_internal()
|
H A D | seg_vn.c | 971 (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 D | seg_spt.c | 3192 (void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP); in segspt_shmgetmemid()
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 273 (void) anon_set_ptr(tp->tn_anon, pagenumber, in wrtmp() 1819 (void) anon_set_ptr(tp->tn_anon, btop(toff), in tmp_getpage()
|