Searched refs:last_page (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dmemory.c90 blk->last_page = get_aligned_page(blk->mem.offset + blk->mem.size - 1);
91 blk->pages = blk->last_page - blk->first_page + 1;
153 for (pg = blk->first_page; pg <= blk->last_page; pg++) {
189 for (pg = blk->first_page; pg <= blk->last_page; pg++) {
215 page = blk->last_page + 1;
319 for (page = blk->first_page; page <= blk->last_page; page++, idx++) {
324 blk->first_page, blk->last_page, sgbuf->pages);
424 int first_page, last_page; local
428 if (q->last_page == first_page)
431 last_page
446 int page, first_page, last_page; local
485 int page, first_page, last_page; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Defficeon-agp.c240 unsigned int *page, *last_page; local
257 last_page = NULL;
271 if ( last_page &&
272 ((unsigned long)page^(unsigned long)last_page) & clflush_mask )
273 asm volatile("clflush %0" : : "m" (*last_page));
275 last_page = page;
278 if ( last_page )
279 asm volatile("clflush %0" : : "m" (*last_page));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_memory.c135 #define lastpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->last_page)
397 int first_page, last_page; local
404 last_page = lastpg(blk);
407 if (firstpg(q) == last_page)
408 last_page--; /* last page was already allocated */
411 *last_page_ret = last_page;
419 int page, first_page, last_page; local
424 get_single_page_range(hw->tlb.memhdr, blk, &first_page, &last_page);
429 for (page = first_page; page <= last_page; page++) {
443 last_page
455 int page, first_page, last_page; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dlinux_swap.c32 uint32_t last_page; member in struct:swap_header_v1_2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A Dr82600_edac.c247 csrow->last_page = (row_high_limit >> PAGE_SHIFT) - 1;
248 csrow->nr_pages = csrow->last_page - csrow->first_page + 1;
H A Damd76x_edac.c207 csrow->last_page = csrow->first_page + csrow->nr_pages - 1;
H A Di82860_edac.c166 csrow->last_page = cumul_size - 1;
H A Dedac_mc.h284 unsigned long last_page; /* last page number in dimm */ member in struct:csrow_info
H A Di82875p_edac.c366 csrow->last_page = cumul_size - 1;
H A De7xxx_edac.c384 csrow->last_page = cumul_size - 1;
H A Dedac_mc.c1233 debugf4("\tcsrow->last_page = 0x%lx\n", csrow->last_page);
1591 csrow->first_page, page, csrow->last_page,
1595 (page <= csrow->last_page) &&
H A De752x_edac.c819 csrow->last_page = cumul_size - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dswap.h64 __u32 last_page; member in struct:swap_header::__anon10333
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c1293 struct page **last_page = pages + nr_pages; local
1320 } while (++pages < last_page);
1326 while (++pages < last_page) {
1410 struct page **last_page = pages + nr_pages; local
1441 } while (++pages < last_page);
1447 while (++pages < last_page) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtrident.h280 short first_page, last_page; member in struct:snd_trident_memblk_arg
H A Demu10k1.h1319 int first_page, last_page, pages, mapped_page; member in struct:snd_emu10k1_memblk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dswapfile.c1563 if (maxpages > swap_header->info.last_page)
1564 maxpages = swap_header->info.last_page;
1590 if (page_nr <= 0 || page_nr >= swap_header->info.last_page)
1595 nr_good_pages = swap_header->info.last_page -

Completed in 220 milliseconds