Searched refs:ppalen (Results 1 – 1 of 1) sorted by relevance
313 size_t ppalen; in rd_phys_alloc() local328 ppalen = npages * sizeof (struct page_t *); in rd_phys_alloc()329 ppa = kmem_zalloc(ppalen, KM_NOSLEEP); in rd_phys_alloc()363 kmem_free(ppa, ppalen); in rd_phys_alloc()378 size_t ppalen = npages * sizeof (struct page_t *); in rd_phys_free() local389 kmem_free(ppa, ppalen); in rd_phys_free()