Symbol: ANON_SLEEP
usr/src/uts/common/fs/tmpfs/tmp_tnode.c
146
tp->tn_anon = anon_create(MAX(np, TMP_INIT_SZ), ANON_SLEEP);
usr/src/uts/common/fs/tmpfs/tmp_tnode.c
152
np - tp->tn_asize, ANON_SLEEP);
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
1820
anon_alloc(vp, toff), ANON_SLEEP);
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
274
anon_alloc(vp, ptob(pagenumber)), ANON_SLEEP);
usr/src/uts/common/os/schedctl.c
648
amp = anonmap_alloc(PAGESIZE, 0, ANON_SLEEP);
usr/src/uts/common/os/shm.c
895
sp->shm_amp = anonmap_alloc(rsize, rsize, ANON_SLEEP);
usr/src/uts/common/vm/seg_kp.c
223
kpsd->kpsd_anon = anon_create(np, ANON_SLEEP | ANON_ALLOC_FORCE);
usr/src/uts/common/vm/seg_kp.c
527
ap, ANON_SLEEP);
usr/src/uts/common/vm/seg_spt.c
3192
(void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP);
usr/src/uts/common/vm/seg_spt.c
624
nahp = anon_create(new_npgs, ANON_SLEEP);
usr/src/uts/common/vm/seg_spt.c
627
ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
1563
ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
1667
ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2359
nahp = anon_create(btop(seg->s_size), ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2360
namp = anonmap_alloc(nseg->s_size, 0, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2363
0, btop(seg->s_size), ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2365
namp->ahp, 0, btop(nseg->s_size), ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2816
ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
3103
(void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
5143
svd->amp = anonmap_alloc(seg->s_size, 0, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6462
ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6659
nahp = anon_create(btop(seg->s_size), ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6661
nahp, 0, btop(seg->s_size), ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6663
namp = anonmap_alloc(nseg->s_size, 0, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6667
namp->ahp, 0, btop(nseg->s_size), ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
7743
svd->amp = anonmap_alloc(seg->s_size, 0, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
7847
anon_index, ap, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
872
ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
934
svd->amp = anonmap_alloc(seg->s_size, 0, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
9643
ap, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
972
ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1216
ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1284
NULL, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1318
(void) anon_set_ptr(ahp, an_idx + i, NULL, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1361
(void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1446
ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1465
ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1570
ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1608
(void) anon_set_ptr(ahp, index, NULL, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1787
NULL, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
2038
ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
2285
(void) anon_set_ptr(amp->ahp, an_idx, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
2765
(void) anon_set_ptr(amp->ahp, an_idx, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
2999
(void) anon_set_ptr(amp->ahp, index, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
3043
(void) anon_set_ptr(amp->ahp, index, ap, ANON_SLEEP);