Searched refs:first_page (Results 26 - 46 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_core.h306 unsigned long first_page; /* first page number in dimm */ member in struct:csrow_info
H A Di82875p_edac.c370 csrow->first_page = last_cumul_size;
H A Di82975x_edac.c380 csrow->first_page = last_cumul_size;
H A Dmpc85xx_edac.c819 if ((pfn >= csrow->first_page) && (pfn <= csrow->last_page))
947 csrow->first_page = start;
H A Dmv64x60_edac.c667 csrow->first_page = 0;
669 csrow->last_page = csrow->first_page + csrow->nr_pages - 1;
H A De752x_edac.c1079 csrow->first_page = last_cumul_size;
H A Di5000_edac.c1266 p_csrow->first_page = 0 + csrow * 20;
H A Di5100_edac.c840 mci->csrows[i].first_page = total_pages;
H A Di5400_edac.c1160 p_csrow->first_page = 0 + csrow * 20;
H A Damd64_edac.c2335 csrow->first_page = (u32) (sys_addr >> PAGE_SHIFT);
2349 debugf1(" nr_pages: %u first_page: 0x%lx "
2352 csrow->first_page, csrow->last_page);
H A Di7core_edac.c665 csr->first_page = last_page + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.c735 u8 first_page[SF_PAGE_SIZE]; local
781 memcpy(first_page, fw_data, SF_PAGE_SIZE);
782 ((struct fw_hdr *)first_page)->fw_ver = htonl(0xffffffff);
783 ret = t4_write_flash(adap, fw_img_start, SF_PAGE_SIZE, first_page);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent_io.c3045 return eb->first_page;
3047 mapping = eb->first_page->mapping;
3125 mark_page_accessed(eb->first_page);
3135 eb->first_page = page0;
3155 eb->first_page = p;
3203 mark_page_accessed(eb->first_page);
H A Dctree.h1244 type *p = kmap_atomic(eb->first_page, KM_USER0); \
1252 type *p = kmap_atomic(eb->first_page, KM_USER0); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c1987 * @mpd->first_page: first page of the extent
2004 BUG_ON(mpd->next_page <= mpd->first_page);
2006 * We need to start from the first_page to the next_page - 1
2011 index = mpd->first_page;
2425 if (mpd->next_page != mpd->first_page) {
2440 mpd->first_page = page->index;
3038 mpd.first_page = 0;
3049 if (!mpd.io_done && mpd.next_page != mpd.first_page) {
H A Dext4.h165 unsigned long first_page, next_page; /* extent of pages */ member in struct:mpage_da_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmm.h306 return page->first_page;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demu10k1.h1557 int first_page, last_page, pages, mapped_page; member in struct:snd_emu10k1_memblk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c359 p->first_page = page;
380 if (unlikely(!PageTail(p) || (p->first_page != page))) {
H A Dhugetlb.c601 p->first_page = page;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html12414 my $first_page = shift @pages;
12420 push @{$current_element->{'indices'}}, [ {'element' => $current_element, 'page' => $first_page, 'name' => $index->{'name'} } ];

Completed in 276 milliseconds

12