Home
last modified time | relevance | path

Searched defs:pages (Results 226 – 250 of 678) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dnl-phy.c32 int i, pages = 0; in ieee802154_nl_fill_phy() local
/OK3568_Linux_fs/kernel/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.h31 struct page **pages; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_legacy.h147 int pages; member
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_agpsupport.h64 static inline void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp()
/OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/
H A Dvideobuf2-cma-sg.c25 struct page **pages; member
54 struct page *pages; in vb2_cma_sg_alloc_compacted() local
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_seq.c212 int pages = (size + LSEQ_CODEPAGE_SIZE - 1) / LSEQ_CODEPAGE_SIZE; in asd_verify_lseq() local
276 const int pages = (size + MAX_DMA_OVLY_COUNT - 1) / MAX_DMA_OVLY_COUNT; in asd_download_seq() local
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dsystem_heap.c245 struct page **pages = vmalloc(sizeof(struct page *) * npages); in system_heap_do_vmap() local
410 struct list_head pages; in system_heap_do_allocate() local
/OK3568_Linux_fs/kernel/block/
H A Dbio.c982 static void bio_put_pages(struct page **pages, size_t size, size_t off) in bio_put_pages()
1007 struct page **pages = (struct page **)bv; in __bio_iov_iter_get_pages() local
1054 struct page **pages = (struct page **)bv; in __bio_iov_append_get_pages() local
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Ddma-mapping.c1201 struct page **pages; in __iommu_alloc_buffer() local
1288 static int __iommu_free_buffer(struct device *dev, struct page **pages, in __iommu_free_buffer()
1310 __iommu_create_mapping(struct device *dev, struct page **pages, size_t size, in __iommu_create_mapping()
1427 struct page **pages; in __arm_iommu_alloc_attrs() local
1487 struct page **pages = __iommu_get_pages(cpu_addr, attrs); in __arm_iommu_mmap_attrs() local
1526 struct page **pages; in __arm_iommu_free_attrs() local
1565 struct page **pages = __iommu_get_pages(cpu_addr, attrs); in arm_iommu_get_sgtable() local
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dbbm.h49 int pages[CONFIG_SYS_NAND_MAX_CHIPS]; member
/OK3568_Linux_fs/u-boot/board/siemens/common/
H A Dfactoryset.c143 int i, pages = 0, size = 0; in factoryset_read_eeprom() local
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dcache.c408 int pages = (length + PAGE_SIZE - 1) >> PAGE_SHIFT; in squashfs_read_table() local
/OK3568_Linux_fs/kernel/drivers/char/
H A Dmspec.c185 int pages, vdata_size; in mspec_mmap() local
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dextent-io-tests.c23 struct page *pages[16]; in process_page_range() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.h140 struct tagged_addr *pages; member
175 struct page **pages; member
1654 static inline void kbase_process_page_usage_inc(struct kbase_context *kctx, int pages) in kbase_process_page_usage_inc()
1670 static inline void kbase_process_page_usage_dec(struct kbase_context *kctx, int pages) in kbase_process_page_usage_dec()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c230 u32 pages, delta; in bpf_prog_realloc() local
836 int bpf_jit_charge_modmem(u32 pages) in bpf_jit_charge_modmem()
849 void bpf_jit_uncharge_modmem(u32 pages) in bpf_jit_uncharge_modmem()
870 u32 size, hole, start, pages; in bpf_jit_binary_alloc() local
906 u32 pages = hdr->pages; in bpf_jit_binary_free() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile.c439 static void btrfs_drop_pages(struct page **pages, size_t num_pages) in btrfs_drop_pages()
463 int btrfs_dirty_pages(struct btrfs_inode *inode, struct page **pages, in btrfs_dirty_pages()
1345 static noinline int prepare_pages(struct inode *inode, struct page **pages, in prepare_pages()
1405 lock_and_cleanup_extent_if_need(struct btrfs_inode *inode, struct page **pages, in lock_and_cleanup_extent_if_need()
1567 struct page **pages = NULL; in btrfs_buffered_write() local
/OK3568_Linux_fs/kernel/mm/
H A Dzpool.c315 int zpool_shrink(struct zpool *zpool, unsigned int pages, in zpool_shrink()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev-common.h62 struct page **pages; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dagp_backend.h73 struct page **pages; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_iommu.c17 int rga_user_memory_check(struct page **pages, u32 w, u32 h, u32 format, int flag) in rga_user_memory_check()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dras.c100 struct page *pages; member
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dio_trapped.c45 struct page *pages[TRAPPED_PAGES_MAX]; in register_trapped_io() local
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.cc405 int64 pages = strtoull(buf, NULL, 10); // NOLINT in FindHugePages() local
416 int64 pages = sysconf(_SC_PHYS_PAGES); in FindFreeMemSize() local
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c660 int pg_ptrs, pages, i, rc; in bnxt_qplib_reg_mr() local
749 int pg_ptrs, pages, rc; in bnxt_qplib_alloc_fast_reg_page_list() local

12345678910>>...28