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

12

/linux-master/drivers/block/drbd/
H A Ddrbd_bitmap.c1514 int first_page; local
1536 first_page = sl >> (3 + PAGE_SHIFT);
1545 for (page_nr = first_page; page_nr < last_page; page_nr++) {
/linux-master/drivers/edac/
H A Di82875p_edac.c370 csrow->first_page = last_cumul_size;
H A Di82975x_edac.c423 csrow->first_page = last_cumul_size;
H A De7xxx_edac.c388 csrow->first_page = last_cumul_size;
H A De752x_edac.c1106 csrow->first_page = last_cumul_size;
/linux-master/kernel/trace/
H A Dring_buffer.c1809 struct buffer_page *last_page, *first_page; local
1838 first_page = list_entry(rb_list_head(to_remove->next),
1877 tmp_iter_page = first_page;
1941 struct list_head *last_page, *first_page; local
1950 first_page = pages->next;
1957 first_page->prev = prev_page;
1961 &head_page_with_bit, first_page)) {
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx.c551 u64 first_page = iov_offset / PAGE_SIZE; local
554 for (page = first_page; page <= last_page; page++)
/linux-master/virt/kvm/
H A Dkvm_main.c2364 if (log->first_page & 63)
2376 if (log->first_page > memslot->npages ||
2377 log->num_pages > memslot->npages - log->first_page ||
2378 (log->num_pages < memslot->npages - log->first_page && (log->num_pages & 63)))
2389 for (offset = log->first_page, i = offset / BITS_PER_LONG,
5366 __u64 first_page; member in struct:compat_kvm_clear_dirty_log
5403 log.first_page = compat_log.first_page;
/linux-master/include/trace/events/
H A Dext4.h487 TP_PROTO(struct inode *inode, pgoff_t first_page,
490 TP_ARGS(inode, first_page, wbc),
495 __field( pgoff_t, first_page )
503 __entry->first_page = first_page;
508 TP_printk("dev %d,%d ino %lu first_page %lu nr_to_write %ld "
511 (unsigned long) __entry->ino, __entry->first_page,
/linux-master/fs/btrfs/
H A Dscrub.c603 const struct page *first_page = scrub_stripe_get_page(stripe, sector_nr); local
615 header = (struct btrfs_header *)(page_address(first_page) + first_off);
651 crypto_shash_update(shash, page_address(first_page) + first_off +
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.c1051 u32 first_page = map_to_physical_page(volume->geometry, physical_chapter, 0); local
1057 invalidate_page(&volume->page_cache, first_page + i);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c674 uint8_t first_page[SF_PAGE_SIZE]; local
731 memcpy(first_page, fw_data, SF_PAGE_SIZE);
732 ((struct fw_hdr *)first_page)->fw_ver = htonl(0xffffffff);
733 ret = csio_hw_write_flash(hw, FLASH_FW_START, SF_PAGE_SIZE, first_page);
/linux-master/include/linux/mtd/
H A Drawnand.h1280 * @cont_read.first_page: Start of the continuous read operation
1337 unsigned int first_page; member in struct:nand_chip::__anon571
/linux-master/include/uapi/linux/
H A Dkvm.h522 __u64 first_page; member in struct:kvm_clear_dirty_log
/linux-master/tools/include/uapi/linux/
H A Dkvm.h522 __u64 first_page; member in struct:kvm_clear_dirty_log
/linux-master/include/sound/
H A Demu10k1.h1543 int first_page, last_page, pages, mapped_page; member in struct:snd_emu10k1_memblk
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3629 u8 first_page[SF_PAGE_SIZE]; local
3678 memcpy(first_page, fw_data, SF_PAGE_SIZE);
3679 ((struct fw_hdr *)first_page)->fw_ver = cpu_to_be32(0xffffffff);
3680 ret = t4_write_flash(adap, fw_start, SF_PAGE_SIZE, first_page, true);

Completed in 448 milliseconds

12