Searched refs:anon_set_ptr (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_anon.c | 470 anon_set_ptr(struct anon_hdr *ahp, ulong_t an_idx, struct anon *ap, int flags) in anon_set_ptr() function 585 if (anon_set_ptr(dahp, d_idx, ap, flags) == ENOMEM) in anon_copy_ptr() 1209 (void) anon_set_ptr(ahp, an_idx + i, NULL, in anon_decref_pages() 1276 (void) anon_set_ptr(ahp, an_idx + j, in anon_decref_pages() 1311 (void) anon_set_ptr(ahp, an_idx + i, NULL, ANON_SLEEP); in anon_decref_pages() 1354 (void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP); in anon_dup() 1438 (void) anon_set_ptr(old, index + i, ap, in anon_dup_fill_holes() 1457 (void) anon_set_ptr(new, new_idx + off + i, ap, in anon_dup_fill_holes() 1562 (void) anon_set_ptr(ahp, an_idx, ap, in anon_fill_cow_holes() 1601 (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 | 525 (void) anon_set_ptr(kpd->kp_anon, anon_idx + i, in segkp_get_internal()
|
H A D | seg_vn.c | 960 (void) anon_set_ptr(amp->ahp, anon_idx, ap, in segvn_create() 1556 (void) anon_set_ptr(newsvd->amp->ahp, new_idx, newap, in segvn_dup_pages() 2809 (void) anon_set_ptr(amp->ahp, anon_index, ap, in segvn_faultpage() 3097 (void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP); in segvn_faultpage() 6450 (void) anon_set_ptr(amp->ahp, an_idx, ap, in segvn_clrszc() 7835 (void) anon_set_ptr(amp->ahp, in segvn_lockop() 9631 (void) anon_set_ptr(amp->ahp, anon_index, in segvn_getmemid()
|
H A D | seg_spt.c | 3043 (void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP); in segspt_shmgetmemid()
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 271 (void) anon_set_ptr(tp->tn_anon, pagenumber, in wrtmp() 1804 (void) anon_set_ptr(tp->tn_anon, btop(toff), in tmp_getpage()
|