Searched refs:level2 (Results 1 – 2 of 2) sorted by relevance
1488 uint_t level2, po2; in acpi_intr_compatible() local1507 level2 = AV_LEVEL; in acpi_intr_compatible()1509 level2 = (iflag2.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()1511 if (level2 && ((iflag2.intr_po == INTR_PO_ACTIVE_LOW) || in acpi_intr_compatible()1515 if ((level1 == level2) && (po1 == po2)) in acpi_intr_compatible()
639 void *level2; in anon_grow() local697 level2 = (void *)ahp->array_chunk; in anon_grow()699 level2 = kmem_alloc(PAGESIZE, kmemflags); in anon_grow()700 if (level2 == NULL) { in anon_grow()707 level2, PAGESIZE, growdown); in anon_grow()712 level1[nelems - 1] = level2; in anon_grow()714 level1[0] = level2; in anon_grow()