Home
last modified time | relevance | path

Searched defs:last_page (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-6.6/fs/squashfs/
H A Dpage_actor.h19 struct page *last_page; member
35 struct page *last_page = actor->last_page; in squashfs_page_actor_free() local
H A Dfile.c561 struct page *last_page; in squashfs_readahead() local
/kernel/linux/linux-6.6/fs/netfs/
H A Dbuffered_read.c21 pgoff_t last_page = ((rreq->start + rreq->len) / PAGE_SIZE) - 1; in netfs_rreq_unlock_folios() local
/kernel/linux/linux-5.10/drivers/char/agp/
H A Defficeon-agp.c239 unsigned int *page, *last_page; in efficeon_insert_memory() local
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c61 unsigned int last_page = 0; in vb2_dma_sg_alloc_compacted() local
/kernel/linux/linux-6.6/drivers/char/agp/
H A Defficeon-agp.c239 unsigned int *page, *last_page; in efficeon_insert_memory() local
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c142 struct page *fst_page, *last_page; in ttm_pool_alloc_basic() local
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H A Dgve_tx.c400 u64 last_page = (iov_offset + iov_len - 1) / PAGE_SIZE; in gve_dma_sync_for_device() local
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Dmemory.c455 int first_page, last_page; in get_single_page_range() local
473 __synth_free_pages(struct snd_emu10k1 *emu, int first_page, int last_page) __synth_free_pages() argument
507 int page, first_page, last_page; synth_alloc_pages() local
539 int first_page, last_page; synth_free_pages() local
[all...]
/kernel/linux/linux-6.6/fs/erofs/
H A Dfscache.c81 pgoff_t last_page = ((req->start + req->len) / PAGE_SIZE) - 1; in erofs_fscache_req_complete() local
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Drdacm21.c86 u16 last_page; member
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c63 unsigned int last_page = 0; in vb2_dma_sg_alloc_compacted() local
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Dmemory.c458 int first_page, last_page; in get_single_page_range() local
478 __synth_free_pages(struct snd_emu10k1 *emu, int first_page, int last_page) __synth_free_pages() argument
512 int page, first_page, last_page; synth_alloc_pages() local
544 int first_page, last_page; synth_free_pages() local
[all...]
/kernel/linux/linux-5.10/drivers/dax/
H A Dsuper.c79 sector_t last_page; in __generic_fsdax_supported() local
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dsvm.c1136 bool last_page; in intel_svm_page_response() local
/kernel/linux/linux-5.10/fs/ntfs/
H A Dfile.c1688 struct page **last_page = pages + nr_pages; in ntfs_copy_from_user_iter() local
/kernel/linux/linux-5.10/drivers/platform/goldfish/
H A Dgoldfish_pipe.c399 unsigned long address, address_end, last_page; in goldfish_pipe_read_write() local
260 goldfish_pin_pages(unsigned long first_page, unsigned long last_page, unsigned int last_page_size, int is_write, struct page *pages[MAX_BUFFERS_PER_COMMAND], unsigned int *iter_last_page_size) goldfish_pin_pages() argument
289 populate_rw_params(struct page **pages, int pages_count, unsigned long address, unsigned long address_end, unsigned long first_page, unsigned long last_page, unsigned int iter_last_page_size, int is_write, struct goldfish_pipe_command *command) populate_rw_params() argument
328 transfer_max_buffers(struct goldfish_pipe *pipe, unsigned long address, unsigned long address_end, int is_write, unsigned long last_page, unsigned int last_page_size, s32 *consumed_size, int *status) transfer_max_buffers() argument
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dfile.c1681 struct page **last_page = pages + nr_pages; in ntfs_copy_from_user_iter() local
/kernel/linux/linux-6.6/drivers/platform/goldfish/
H A Dgoldfish_pipe.c396 unsigned long address, address_end, last_page; in goldfish_pipe_read_write() local
257 goldfish_pin_pages(unsigned long first_page, unsigned long last_page, unsigned int last_page_size, int is_write, struct page *pages[MAX_BUFFERS_PER_COMMAND], unsigned int *iter_last_page_size) goldfish_pin_pages() argument
286 populate_rw_params(struct page **pages, int pages_count, unsigned long address, unsigned long address_end, unsigned long first_page, unsigned long last_page, unsigned int iter_last_page_size, int is_write, struct goldfish_pipe_command *command) populate_rw_params() argument
325 transfer_max_buffers(struct goldfish_pipe *pipe, unsigned long address, unsigned long address_end, int is_write, unsigned long last_page, unsigned int last_page_size, s32 *consumed_size, int *status) transfer_max_buffers() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35950.c61 u8 last_page; member
136 u8 last_page = nt->last_page; in nt35950_set_data_compression() local
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dsvm.c757 bool last_page; in intel_svm_page_response() local
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_bitmap.c1478 int last_page; in _drbd_bm_set_bits() local
/kernel/linux/linux-5.10/fs/nfs/
H A Dpagelist.c899 *last_page; in nfs_generic_pgio() local
/kernel/linux/linux-5.10/fs/cramfs/
H A Dinode.c341 u32 partial, last_page, blockaddr, *blockptrs; in cramfs_last_page_is_shared() local
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx.c500 u64 last_page = (iov_offset + iov_len - 1) / PAGE_SIZE; in gve_dma_sync_for_device() local

Completed in 38 milliseconds

12