| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | page_pool.c | 36 struct page *page) in dmabuf_page_pool_free_pages() 41 static void dmabuf_page_pool_add(struct dmabuf_page_pool *pool, struct page *page) in dmabuf_page_pool_add() 62 struct page *page; in dmabuf_page_pool_remove() local 84 struct page *page = NULL; in dmabuf_page_pool_fetch() local 95 struct page *page = NULL; in dmabuf_page_pool_alloc() local 108 void dmabuf_page_pool_free(struct dmabuf_page_pool *pool, struct page *page) in dmabuf_page_pool_free() 159 struct page *page; in dmabuf_page_pool_destroy() local 194 struct page *page; in dmabuf_page_pool_do_shrink() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | highmem.c | 58 static inline unsigned int get_pkmap_color(struct page *page) in get_pkmap_color() 171 struct page *page; in flush_all_zero_pkmaps() local 213 static inline unsigned long map_new_virtual(struct page *page) in map_new_virtual() 275 void *kmap_high(struct page *page) in kmap_high() 306 void *kmap_high_get(struct page *page) in kmap_high_get() 328 void kunmap_high(struct page *page) in kunmap_high() 382 struct page *page; member 397 static struct page_address_slot *page_slot(const struct page *page) in page_slot() 408 void *page_address(const struct page *page) in page_address() 442 void set_page_address(struct page *page, void *virtual) in set_page_address()
|
| H A D | page_alloc.c | 213 static inline int get_pcppage_migratetype(struct page *page) in get_pcppage_migratetype() 218 static inline void set_pcppage_migratetype(struct page *page, int migratetype) in set_pcppage_migratetype() 411 static inline bool should_skip_kasan_poison(struct page *page, fpi_t fpi_flags) in should_skip_kasan_poison() 467 static inline bool should_skip_kasan_poison(struct page *page, fpi_t fpi_flags) in should_skip_kasan_poison() 486 static inline unsigned long *get_pageblock_bitmap(struct page *page, in get_pageblock_bitmap() 496 static inline int pfn_to_bitidx(struct page *page, unsigned long pfn) in pfn_to_bitidx() 515 unsigned long __get_pfnblock_flags_mask(struct page *page, in __get_pfnblock_flags_mask() 532 unsigned long get_pfnblock_flags_mask(struct page *page, unsigned long pfn, in get_pfnblock_flags_mask() 539 int isolate_anon_lru_page(struct page *page) in isolate_anon_lru_page() 556 static __always_inline int get_pfnblock_migratetype(struct page *page, unsigned long pfn) in get_pfnblock_migratetype() [all …]
|
| H A D | slub.c | 341 static __always_inline void slab_lock(struct page *page) in slab_lock() 347 static __always_inline void slab_unlock(struct page *page) in slab_unlock() 354 static inline bool __cmpxchg_double_slab(struct kmem_cache *s, struct page *page, in __cmpxchg_double_slab() 391 static inline bool cmpxchg_double_slab(struct kmem_cache *s, struct page *page, in cmpxchg_double_slab() 437 struct page *page) in __fill_map() 454 static unsigned long *get_map(struct kmem_cache *s, struct page *page) in get_map() 522 struct page *page, void *object) in check_valid_pointer() 587 struct page *page, enum track_item alloc, in get_each_object_track() 680 static void print_page_info(struct page *page) in print_page_info() 713 static bool freelist_corrupted(struct kmem_cache *s, struct page *page, in freelist_corrupted() [all …]
|
| H A D | page_poison.c | 22 static void poison_page(struct page *page) in poison_page() 33 void __kernel_poison_pages(struct page *page, int n) in __kernel_poison_pages() 75 static void unpoison_page(struct page *page) in unpoison_page() 91 void __kernel_unpoison_pages(struct page *page, int n) in __kernel_unpoison_pages() 100 void __kernel_map_pages(struct page *page, int numpages, int enable) in __kernel_map_pages()
|
| H A D | mlock.c | 60 void clear_page_mlock(struct page *page) in clear_page_mlock() 91 void mlock_vma_page(struct page *page) in mlock_vma_page() 113 static bool __munlock_isolate_lru_page(struct page *page, bool getpage) in __munlock_isolate_lru_page() 135 static void __munlock_isolated_page(struct page *page) in __munlock_isolated_page() 160 static void __munlock_isolation_failed(struct page *page) in __munlock_isolation_failed() 188 unsigned int munlock_vma_page(struct page *page) in munlock_vma_page() 252 static bool __putback_lru_fast_prepare(struct page *page, struct pagevec *pvec, in __putback_lru_fast_prepare() 309 struct page *page = pvec->pages[i]; in __munlock_pagevec() local 341 struct page *page = pvec->pages[i]; in __munlock_pagevec() local 402 struct page *page = NULL; in __munlock_pagevec_fill() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/ |
| H A D | regression1.c | 48 struct page { struct 55 static struct page *page_alloc(int index) in page_alloc() argument 83 struct page *page; in find_get_pages() local
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | dir.c | 45 static int ufs_commit_chunk(struct page *page, loff_t pos, unsigned len) in ufs_commit_chunk() 64 static inline void ufs_put_page(struct page *page) in ufs_put_page() 74 struct page *page; in ufs_inode_by_name() local 87 struct page *page, struct inode *inode, in ufs_set_link() 110 static bool ufs_check_page(struct page *page) in ufs_check_page() 192 struct page *page = read_mapping_page(mapping, n, NULL); in ufs_get_page() local 231 struct page *page = ufs_get_page(dir, 0); in ufs_dotdot() local 259 struct page *page = NULL; in ufs_find_entry() local 314 struct page *page = NULL; in ufs_add_link() local 444 struct page *page = ufs_get_page(inode, n); in ufs_readdir() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | buffered-io.c | 35 static inline struct iomap_page *to_iomap_page(struct page *page) in to_iomap_page() 52 iomap_page_create(struct inode *inode, struct page *page) in iomap_page_create() 70 iomap_page_release(struct page *page) in iomap_page_release() 145 iomap_iop_set_range_uptodate(struct page *page, unsigned off, unsigned len) in iomap_iop_set_range_uptodate() 161 iomap_set_range_uptodate(struct page *page, unsigned off, unsigned len) in iomap_set_range_uptodate() 175 struct page *page = bvec->bv_page; in iomap_read_page_end_io() local 209 iomap_read_inline_data(struct inode *inode, struct page *page, in iomap_read_inline_data() 241 struct page *page = ctx->cur_page; in iomap_readpage_actor() local 316 iomap_readpage(struct page *page, const struct iomap_ops *ops) in iomap_readpage() 433 iomap_is_partially_uptodate(struct page *page, unsigned long from, in iomap_is_partially_uptodate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/ |
| H A D | ion_page_pool.c | 23 struct page *page) in ion_page_pool_free_pages() 28 static void ion_page_pool_add(struct ion_page_pool *pool, struct page *page) in ion_page_pool_add() 46 struct page *page; in ion_page_pool_remove() local 66 struct page *page = NULL; in ion_page_pool_alloc() local 84 void ion_page_pool_free(struct ion_page_pool *pool, struct page *page) in ion_page_pool_free() 129 struct page *page; in ion_page_pool_shrink() local
|
| /OK3568_Linux_fs/kernel/include/drm/ttm/ |
| H A D | ttm_set_memory.h | 55 static inline int ttm_set_pages_wb(struct page *page, int numpages) in ttm_set_pages_wb() 60 static inline int ttm_set_pages_wc(struct page *page, int numpages) in ttm_set_pages_wc() 67 static inline int ttm_set_pages_uc(struct page *page, int numpages) in ttm_set_pages_uc() 105 static inline int ttm_set_pages_wb(struct page *page, int numpages) in ttm_set_pages_wb() 131 static inline int ttm_set_pages_wb(struct page *page, int numpages) in ttm_set_pages_wb() 138 static inline int ttm_set_pages_wc(struct page *page, int numpages) in ttm_set_pages_wc() 143 static inline int ttm_set_pages_uc(struct page *page, int numpages) in ttm_set_pages_uc()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | max31785.c | 26 static int max31785_read_byte_data(struct i2c_client *client, int page, in max31785_read_byte_data() 43 static int max31785_write_byte(struct i2c_client *client, int page, u8 value) in max31785_write_byte() 51 static int max31785_read_long_data(struct i2c_client *client, int page, in max31785_read_long_data() 89 static int max31785_get_pwm(struct i2c_client *client, int page) in max31785_get_pwm() 104 static int max31785_get_pwm_mode(struct i2c_client *client, int page) in max31785_get_pwm_mode() 128 static int max31785_read_word_data(struct i2c_client *client, int page, in max31785_read_word_data() 190 static int max31785_pwm_enable(struct i2c_client *client, int page, in max31785_pwm_enable() 222 static int max31785_write_word_data(struct i2c_client *client, int page, in max31785_write_word_data()
|
| H A D | pmbus_core.c | 35 u8 page; /* page number */ member 72 #define pb_reg_to_index(page, reg, mask) (((page) << PB_PAGE_SHIFT) | \ argument 109 u8 page; member 144 int pmbus_set_page(struct i2c_client *client, int page, int phase) in pmbus_set_page() 180 int pmbus_write_byte(struct i2c_client *client, int page, u8 value) in pmbus_write_byte() 196 static int _pmbus_write_byte(struct i2c_client *client, int page, u8 value) in _pmbus_write_byte() 210 int pmbus_write_word_data(struct i2c_client *client, int page, u8 reg, in pmbus_write_word_data() 224 static int pmbus_write_virt_reg(struct i2c_client *client, int page, int reg, in pmbus_write_virt_reg() 249 static int _pmbus_write_word_data(struct i2c_client *client, int page, int reg, in _pmbus_write_word_data() 268 int pmbus_update_fan(struct i2c_client *client, int page, int id, in pmbus_update_fan() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | cache.h | 47 struct page *page) in ceph_fscache_uncache_page() 53 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) in ceph_release_fscache_page() 61 struct page *page) in ceph_fscache_readpage_cancel() 128 struct page *page) in ceph_readpage_from_fscache() 142 struct page *page) in ceph_readpage_to_fscache() 151 struct page *page) in ceph_invalidate_fscache_page() 155 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) in ceph_release_fscache_page() 161 struct page *page) in ceph_fscache_readpage_cancel()
|
| H A D | addr.c | 64 static inline struct ceph_snap_context *page_snap_context(struct page *page) in page_snap_context() 75 static int ceph_set_page_dirty(struct page *page) in ceph_set_page_dirty() 134 static void ceph_invalidatepage(struct page *page, unsigned int offset, in ceph_invalidatepage() 165 static int ceph_releasepage(struct page *page, gfp_t g) in ceph_releasepage() 178 static int ceph_do_readpage(struct file *filp, struct page *page) in ceph_do_readpage() 254 static int ceph_readpage(struct file *filp, struct page *page) in ceph_readpage() 287 struct page *page = osd_data->pages[i]; in finish_read() local 325 struct page *page = lru_to_page(page_list); in start_read() local 559 struct page *page, u64 start) in get_writepages_data_length() 591 static int writepage_nounlock(struct page *page, struct writeback_control *wbc) in writepage_nounlock() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_mdio.c | 41 static int b53_mdio_op(struct b53_device *dev, u8 page, u8 reg, u16 op) in b53_mdio_op() 79 static int b53_mdio_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_mdio_read8() 94 static int b53_mdio_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_mdio_read16() 108 static int b53_mdio_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_mdio_read32() 124 static int b53_mdio_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read48() 146 static int b53_mdio_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read64() 168 static int b53_mdio_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_mdio_write8() 181 static int b53_mdio_write16(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write16() 195 static int b53_mdio_write32(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write32() 214 static int b53_mdio_write48(struct b53_device *dev, u8 page, u8 reg, in b53_mdio_write48() [all …]
|
| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | dir.c | 29 static inline void dir_put_page(struct page *page) in dir_put_page() 49 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 70 struct page *page = read_mapping_page(mapping, n, NULL); in dir_get_page() local 101 struct page *page = dir_get_page(inode, n); in minix_readdir() local 160 struct page *page = NULL; in minix_find_entry() local 207 struct page *page = NULL; in minix_add_link() local 289 int minix_delete_entry(struct minix_dir_entry *de, struct page *page) in minix_delete_entry() 317 struct page *page = grab_cache_page(inode->i_mapping, 0); in minix_make_empty() local 363 struct page *page = NULL; in minix_empty_dir() local 412 void minix_set_link(struct minix_dir_entry *de, struct page *page, in minix_set_link() [all …]
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | aops.c | 40 void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, in gfs2_page_add_databufs() 89 static int gfs2_writepage(struct page *page, struct writeback_control *wbc) in gfs2_writepage() 117 static int gfs2_write_jdata_page(struct page *page, in gfs2_write_jdata_page() 151 static int __gfs2_jdata_writepage(struct page *page, struct writeback_control *wbc) in __gfs2_jdata_writepage() 177 static int gfs2_jdata_writepage(struct page *page, struct writeback_control *wbc) in gfs2_jdata_writepage() 250 struct page *page = pvec->pages[i]; in gfs2_write_jdata_pagevec() local 432 static int stuffed_readpage(struct gfs2_inode *ip, struct page *page) in stuffed_readpage() 468 static int __gfs2_readpage(void *file, struct page *page) in __gfs2_readpage() 497 static int gfs2_readpage(struct file *file, struct page *page) in gfs2_readpage() 519 struct page *page; in gfs2_internal_read() local [all …]
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-integrity.c | 222 char *page) in integrity_attr_show() 233 struct attribute *attr, const char *page, in integrity_attr_store() 248 static ssize_t integrity_format_show(struct blk_integrity *bi, char *page) in integrity_format_show() 256 static ssize_t integrity_tag_size_show(struct blk_integrity *bi, char *page) in integrity_tag_size_show() 261 static ssize_t integrity_interval_show(struct blk_integrity *bi, char *page) in integrity_interval_show() 268 const char *page, size_t count) in integrity_verify_store() 281 static ssize_t integrity_verify_show(struct blk_integrity *bi, char *page) in integrity_verify_show() 287 const char *page, size_t count) in integrity_generate_store() 300 static ssize_t integrity_generate_show(struct blk_integrity *bi, char *page) in integrity_generate_show() 305 static ssize_t integrity_device_show(struct blk_integrity *bi, char *page) in integrity_device_show()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | uv.c | 169 static int expected_page_refs(struct page *page) in expected_page_refs() 188 struct page *page; in make_secure_pte() local 225 struct page *page; in gmap_make_secure() local 315 int arch_make_page_accessible(struct page *page) in arch_make_page_accessible() 355 struct kobj_attribute *attr, char *page) in uv_query_facilities() 377 struct kobj_attribute *attr, char *page) in uv_query_max_guest_cpus() 387 struct kobj_attribute *attr, char *page) in uv_query_max_guest_vms() 397 struct kobj_attribute *attr, char *page) in uv_query_max_guest_addr()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | cacheflush.c | 28 void flush_icache_page(struct vm_area_struct *vma, struct page *page) in flush_icache_page() 39 void flush_icache_user_page(struct vm_area_struct *vma, struct page *page, in flush_icache_user_page() 51 struct page *page; in update_mmu_cache() local 80 static inline unsigned long aliasing(unsigned long addr, unsigned long page) in aliasing() 187 void clear_user_page(void *addr, unsigned long vaddr, struct page *page) in clear_user_page() 218 void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage() 237 void flush_dcache_page(struct page *page) in flush_dcache_page() 265 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 286 void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page() 300 struct page *page, unsigned long vaddr) in flush_anon_page() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt-sysfs.c | 51 char *page) in max_reconnect_attempts_show() 90 char *page) in mpath_policy_show() 139 struct device_attribute *attr, char *page) in add_path_show() 181 struct kobj_attribute *attr, char *page) in rtrs_clt_state_show() 197 char *page) in rtrs_clt_reconnect_show() 229 char *page) in rtrs_clt_disconnect_show() 261 char *page) in rtrs_clt_remove_path_show() 321 char *page) in rtrs_clt_hca_port_show() 335 char *page) in rtrs_clt_hca_name_show() 349 char *page) in rtrs_clt_src_addr_show() [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | cache.c | 59 static inline void kmap_invalidate_coherent(struct page *page, in kmap_invalidate_coherent() 81 static inline void *coherent_kvaddr(struct page *page, unsigned long base, in coherent_kvaddr() 93 void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage() 129 void flush_dcache_page(struct page *page) in flush_dcache_page() 219 struct page *page; in update_mmu_cache() local 265 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 305 extern void copy_from_user_page(struct vm_area_struct *vma, struct page *page, in copy_from_user_page()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/mm/ |
| H A D | cache.c | 19 static __always_inline void cache_loop(struct page *page, const unsigned int reg) in cache_loop() 30 void local_dcache_page_flush(struct page *page) in local_dcache_page_flush() 36 void local_icache_page_inv(struct page *page) in local_icache_page_inv() 46 struct page *page = pfn_to_page(pfn); in update_cache() local
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_configfs.c | 39 static ssize_t lio_target_np_driver_show(struct config_item *item, char *page, in lio_target_np_driver_show() 56 const char *page, size_t count, enum iscsit_transport_type type, in lio_target_np_driver_store() 116 static ssize_t lio_target_np_iser_show(struct config_item *item, char *page) in lio_target_np_iser_show() 122 const char *page, size_t count) in lio_target_np_iser_store() 129 static ssize_t lio_target_np_cxgbit_show(struct config_item *item, char *page) in lio_target_np_cxgbit_show() 135 const char *page, size_t count) in lio_target_np_cxgbit_store() 499 static ssize_t lio_target_nacl_info_show(struct config_item *item, char *page) in lio_target_nacl_info_show() 617 char *page) in lio_target_nacl_cmdsn_depth_show() 623 const char *page, size_t count) in lio_target_nacl_cmdsn_depth_store() 672 static ssize_t lio_target_nacl_tag_show(struct config_item *item, char *page) in lio_target_nacl_tag_show() [all …]
|