Searched refs:alloc_pages (Results 1 – 3 of 3) sorted by relevance
772 if (offset >= bktr->alloc_pages * PAGE_SIZE) in bktr_mmap()1250 if ((vaddr_t)offset >= bktr->alloc_pages * PAGE_SIZE) in bktr_mmap()
605 int alloc_pages; /* number of pages in bigbuf */ member
557 bktr->alloc_pages = BROOKTREE_ALLOC_PAGES; in common_bktr_attach()560 bktr->alloc_pages = 0; in common_bktr_attach()890 if ((u_int) bktr->alloc_pages * PAGE_SIZE1726 if ((int) temp > bktr->alloc_pages1746 (bktr->alloc_pages * PAGE_SIZE));1750 bktr->alloc_pages = temp;