Searched refs:last_page (Results 26 - 50 of 51) sorted by relevance

123

/linux-master/drivers/edac/
H A Di3000_edac.c403 csrow->last_page = cumul_size - 1;
H A Daspeed_edac.c262 csrow->last_page = csrow->first_page + nr_pages - 1;
H A Dcell_edac.c150 csrow->last_page = csrow->first_page + nr_pages - 1;
H A Dedac_mc.c113 edac_dbg(4, " csrow->last_page = 0x%lx\n", csrow->last_page);
774 csrow->first_page, page, csrow->last_page,
778 (page <= csrow->last_page) &&
H A Di82875p_edac.c371 csrow->last_page = cumul_size - 1;
H A Di82975x_edac.c424 csrow->last_page = cumul_size - 1;
H A De7xxx_edac.c389 csrow->last_page = cumul_size - 1;
H A Dcpc925_edac.c342 csrow->last_page = csrow->first_page + nr_pages - 1;
343 last_nr_pages = csrow->last_page + 1;
H A De752x_edac.c1107 csrow->last_page = cumul_size - 1;
/linux-master/sound/pci/trident/
H A Dtrident.h248 short first_page, last_page; member in struct:snd_trident_memblk_arg
/linux-master/drivers/block/drbd/
H A Ddrbd_bitmap.c1515 int last_page; local
1537 last_page = el >> (3 + PAGE_SHIFT);
1545 for (page_nr = first_page; page_nr < last_page; page_nr++) {
1556 * ==> e = 32767, el = 32768, last_page = 2,
1558 * We do not want to touch last_page in this case,
1562 bm_set_full_words_within_one_page(device->bitmap, last_page, first_word, last_word);
/linux-master/include/linux/
H A Dedac.h435 unsigned long last_page; /* last page number in csrow */ member in struct:csrow_info
H A Dswap.h142 __u32 last_page; member in struct:swap_header::__anon182
/linux-master/fs/cramfs/
H A Dinode.c332 u32 partial, last_page, blockaddr, *blockptrs; local
338 last_page = inode->i_size >> PAGE_SHIFT;
340 blockaddr = blockptrs[last_page] & ~CRAMFS_BLK_FLAGS;
/linux-master/mm/
H A Dswapfile.c2884 unsigned long last_page; local
2894 swab32s(&swap_header->info.last_page);
2913 last_page = swap_header->info.last_page;
2914 if (!last_page) {
2918 if (last_page > maxpages) {
2920 K(maxpages), K(last_page));
2922 if (maxpages > last_page) {
2923 maxpages = last_page + 1;
2973 if (page_nr == 0 || page_nr > swap_header->info.last_page)
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c228 int last_page = ((mtd->erasesize - mtd->writesize) >> local
239 if (page <= last_page && chip->options & NAND_BBM_LASTPAGE)
240 return last_page;
1228 last_lun = chip->cont_read.last_page / ppl;
1234 chip->cont_read.pause_page = chip->cont_read.last_page;
1238 chip->cont_read.pause_page = min(chip->cont_read.last_page,
1242 if (chip->cont_read.first_page >= chip->cont_read.last_page)
1310 if (page == chip->cont_read.last_page) {
3483 unsigned int first_page, last_page; local
3503 last_page
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c172 struct mlx5_mkeys_page *last_page; local
176 last_page = list_last_entry(&ent->mkeys_queue.pages_list,
178 mkey = last_page->mkeys[tmp];
179 last_page->mkeys[tmp] = 0;
182 list_del(&last_page->list);
184 kfree(last_page);
/linux-master/sound/pci/hda/
H A Dpatch_cs8409.c180 if (scodec->paged && (scodec->last_page != (i2c_reg >> 8))) {
184 scodec->last_page = i2c_reg >> 8;
941 cs42l42->last_page = 0;
/linux-master/kernel/trace/
H A Dring_buffer.c1819 struct buffer_page *last_page, *first_page; local
1885 last_page = list_entry(rb_list_head(to_remove), struct buffer_page,
1916 } while (to_remove_page != last_page);
1951 struct list_head *last_page, *first_page; local
1961 last_page = pages->prev;
1966 last_page->next = head_page_with_bit;
1977 head_page->prev = last_page;
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.c1110 bool last_page; local
1119 last_page = ((index_page_number + 1) == geometry->index_pages_per_chapter);
1121 delta_list_number, last_page,
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx.c557 u64 last_page = (iov_offset + iov_len - 1) / PAGE_SIZE; local
561 for (page = first_page; page <= last_page; page++)
/linux-master/fs/nfsd/
H A Dvfs.c979 struct page *last_page; local
981 last_page = page + (offset + sd->len - 1) / PAGE_SIZE;
982 for (page += offset / PAGE_SIZE; page <= last_page; page++) {
/linux-master/fs/ext4/
H A Dinode.c1531 pgoff_t last_page; /* Last page to examine */ member in struct:mpage_da_data
2368 pgoff_t end = mpd->last_page;
2606 mpd->last_page = -1;
2609 mpd->last_page = wbc->range_end >> PAGE_SHIFT;
2616 mpd->last_page);
2733 mpd->last_page = writeback_index - 1;
/linux-master/include/linux/mtd/
H A Drawnand.h1282 * @cont_read.last_page: End of the continuous read operation
1339 unsigned int last_page; member in struct:nand_chip::__anon571
/linux-master/drivers/mtd/
H A Dmtdswap.c1068 hd->info.last_page = d->mbd_dev->size - 1;

Completed in 351 milliseconds

123