Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_anon.c637 void **level1; in anon_grow() local
684 level1 = kmem_alloc(newarrsz, kmemflags); in anon_grow()
685 if (level1 == NULL) in anon_grow()
703 kmem_free(level1, newarrsz); in anon_grow()
712 bzero(level1, newarrsz); in anon_grow()
714 level1[nelems - 1] = level2; in anon_grow()
716 level1[0] = level2; in anon_grow()
721 level1, newarrsz, growdown); in anon_grow()
725 ahp->array_chunk = level1; in anon_grow()
/titanic_41/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1422 uint_t level1, po1; in acpi_intr_compatible() local
1433 level1 = AV_LEVEL; in acpi_intr_compatible()
1435 level1 = (iflag1.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()
1437 if (level1 && ((iflag1.intr_po == INTR_PO_ACTIVE_LOW) || in acpi_intr_compatible()
1450 if ((level1 == level2) && (po1 == po2)) in acpi_intr_compatible()