Lines Matching defs:kmemflags
295 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
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;
496 *ppp = kmem_zalloc(PAGESIZE, kmemflags);
521 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
565 kmemflags);
638 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP;
684 level1 = kmem_alloc(newarrsz, kmemflags);
701 level2 = kmem_alloc(PAGESIZE, kmemflags);