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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c295 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; local
297 if ((ahp = kmem_zalloc(sizeof (struct anon_hdr), kmemflags)) == NULL) {
312 ahp->size * sizeof (struct anon *), kmemflags);
334 kmemflags);
474 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; local
496 *ppp = kmem_zalloc(PAGESIZE, kmemflags);
521 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; local
565 kmemflags);
638 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; local
684 level1 = kmem_alloc(newarrsz, kmemflags);
[all...]

Completed in 1199 milliseconds