Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Drme96xx.c798 struct page* page, *last_page; in busmaster_malloc() local
801 last_page = virt_to_page(buf + (1 << pg)); in busmaster_malloc()
803 while (page < last_page) { in busmaster_malloc()
815 struct page* page, *last_page; in busmaster_free() local
823 last_page = page + (1 << pg); in busmaster_free()
824 while (page < last_page) { in busmaster_free()
/linux-2.4.37.9/include/linux/
Dswap.h35 unsigned int last_page; member
/linux-2.4.37.9/mm/
Dswapfile.c1036 if (maxpages > swap_header->info.last_page) in sys_swapon()
1037 maxpages = swap_header->info.last_page; in sys_swapon()
1054 if (page <= 0 || page >= swap_header->info.last_page) in sys_swapon()
1059 nr_good_pages = swap_header->info.last_page - in sys_swapon()