Searched refs:kmemflags (Results 1 – 1 of 1) sorted by relevance
295 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_create() local297 if ((ahp = kmem_zalloc(sizeof (struct anon_hdr), kmemflags)) == NULL) { in anon_create()312 ahp->size * sizeof (struct anon *), kmemflags); in anon_create()334 kmemflags); in anon_create()474 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_set_ptr() local496 *ppp = kmem_zalloc(PAGESIZE, kmemflags); in anon_set_ptr()521 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_copy_ptr() local565 kmemflags); in anon_copy_ptr()638 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_grow() local684 level1 = kmem_alloc(newarrsz, kmemflags); in anon_grow()[all …]