Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c294 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_create() local
296 if ((ahp = kmem_zalloc(sizeof (struct anon_hdr), kmemflags)) == NULL) { in anon_create()
311 ahp->size * sizeof (struct anon *), kmemflags); in anon_create()
333 kmemflags); in anon_create()
473 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_set_ptr() local
495 *ppp = kmem_zalloc(PAGESIZE, kmemflags); in anon_set_ptr()
519 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_copy_ptr() local
563 kmemflags); in anon_copy_ptr()
636 int kmemflags = (flags & ANON_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in anon_grow() local
682 level1 = kmem_alloc(newarrsz, kmemflags); in anon_grow()
[all …]