Searched refs:ANON_SLEEP (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_tnode.c146 tp->tn_anon = anon_create(MAX(np, TMP_INIT_SZ), ANON_SLEEP);
152 np - tp->tn_asize, ANON_SLEEP);
H A Dtmp_vnops.c267 anon_alloc(vp, ptob(pagenumber)), ANON_SLEEP);
1793 anon_alloc(vp, toff), ANON_SLEEP);
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_anon.c1209 ANON_SLEEP);
1276 NULL, ANON_SLEEP);
1310 (void) anon_set_ptr(ahp, an_idx + i, NULL, ANON_SLEEP);
1353 (void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP);
1438 ANON_SLEEP);
1457 ANON_SLEEP);
1562 ANON_SLEEP);
1600 (void) anon_set_ptr(ahp, index, NULL, ANON_SLEEP);
1989 ANON_SLEEP);
2236 (void) anon_set_ptr(amp->ahp, an_idx, ap, ANON_SLEEP);
[all...]
H A Danon.h260 #define ANON_SLEEP 0x0 /* ok to block */ macro
H A Dseg_vn.c835 ANON_SLEEP);
897 svd->amp = anonmap_alloc(seg->s_size, 0, ANON_SLEEP);
935 ANON_SLEEP);
1559 ANON_SLEEP);
1652 newap, ANON_SLEEP);
2291 nahp = anon_create(btop(seg->s_size), ANON_SLEEP);
2292 namp = anonmap_alloc(nseg->s_size, 0, ANON_SLEEP);
2295 0, btop(seg->s_size), ANON_SLEEP);
2297 namp->ahp, 0, btop(nseg->s_size), ANON_SLEEP);
2748 ANON_SLEEP);
[all...]
H A Dseg_kp.c222 kpsd->kpsd_anon = anon_create(np, ANON_SLEEP | ANON_ALLOC_FORCE);
525 ap, ANON_SLEEP);
H A Dseg_spt.c476 nahp = anon_create(new_npgs, ANON_SLEEP);
479 ANON_SLEEP);
3062 (void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dschedctl.c631 amp = anonmap_alloc(PAGESIZE, 0, ANON_SLEEP);
H A Dshm.c895 sp->shm_amp = anonmap_alloc(rsize, rsize, ANON_SLEEP);

Completed in 103 milliseconds