Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/vm/
H A Dvm_anon.c295 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_create() local
297 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() local
496 *ppp = kmem_zalloc(PAGESIZE, kmemflags); in anon_set_ptr()
521 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_copy_ptr() local
565 kmemflags); in anon_copy_ptr()
638 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_grow() local
684 level1 = kmem_alloc(newarrsz, kmemflags); in anon_grow()
[all …]