Home
last modified time | relevance | path

Searched refs:page (Results 601 - 625 of 7014) sorted by relevance

1...<<21222324252627282930>>...281

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_phys.c55 sg_assign_page(sg, (struct page *)vaddr); in i915_gem_object_get_pages_phys()
61 struct page *page; in i915_gem_object_get_pages_phys() local
64 page = shmem_read_mapping_page(mapping, i); in i915_gem_object_get_pages_phys()
65 if (IS_ERR(page)) in i915_gem_object_get_pages_phys()
68 src = kmap_atomic(page); in i915_gem_object_get_pages_phys()
73 put_page(page); in i915_gem_object_get_pages_phys()
107 struct page *page; in i915_gem_object_put_pages_phys() local
110 page in i915_gem_object_put_pages_phys()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dwriteback.h53 this for each page written */
69 unsigned for_reclaim:1; /* Invoked from the page allocator */
137 * on page writeback completions [end_page_writeback()]. Those
141 * We use page writeout completions because we are interested in
147 * of this period itself is measured in page writeback completions.
214 void __inode_attach_wb(struct inode *inode, struct page *page);
219 void wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page,
228 * @page
234 inode_attach_wb(struct inode *inode, struct page *page) inode_attach_wb() argument
296 inode_attach_wb(struct inode *inode, struct page *page) inode_attach_wb() argument
324 wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page, size_t bytes) wbc_account_cgroup_owner() argument
[all...]
H A Ddma-map-ops.h20 struct page *(*alloc_pages)(struct device *dev, size_t size,
23 void (*free_pages)(struct device *dev, size_t size, struct page *vaddr,
37 dma_addr_t (*map_page)(struct device *dev, struct page *page,
114 struct page *dma_alloc_from_contiguous(struct device *dev, size_t count,
116 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
118 struct page *dma_alloc_contiguous(struct device *dev, size_t size, gfp_t gfp);
119 void dma_free_contiguous(struct device *dev, struct page *page, size_t size);
136 static inline struct page *dma_alloc_from_contiguou in dma_contiguous_reserve_area()
152 dma_free_contiguous(struct device *dev, struct page *page, size_t size) dma_free_contiguous() argument
304 arch_dma_prep_coherent(struct page *page, size_t size) arch_dma_prep_coherent() argument
[all...]
/kernel/linux/linux-5.10/fs/verity/
H A Dverify.c42 /* Extract a hash from a hash page */
43 static void extract_hash(struct page *hpage, unsigned int hoffset, in extract_hash()
70 * Verify a single data page against the file's Merkle tree.
74 * only ascend the tree until an already-verified page is seen, as indicated by
75 * the PageChecked bit being set; then verify the path to that page.
81 * Note that multiple processes may race to verify a hash page and mark it
84 * Return: true if the page is valid, else false.
87 struct ahash_request *req, struct page *data_page, in verify_page()
97 struct page *hpages[FS_VERITY_MAX_LEVELS]; in verify_page()
104 pr_debug_ratelimited("Verifying data page in verify_page()
196 fsverity_verify_page(struct page *page) fsverity_verify_page() argument
259 struct page *page = bv->bv_page; fsverity_verify_bio() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_phys.c60 sg_assign_page(sg, (struct page *)vaddr); in i915_gem_object_get_pages_phys()
66 struct page *page; in i915_gem_object_get_pages_phys() local
69 page = shmem_read_mapping_page(mapping, i); in i915_gem_object_get_pages_phys()
70 if (IS_ERR(page)) in i915_gem_object_get_pages_phys()
73 src = kmap_atomic(page); in i915_gem_object_get_pages_phys()
78 put_page(page); in i915_gem_object_get_pages_phys()
84 /* We're no longer struct page backed */ in i915_gem_object_get_pages_phys()
114 struct page *page; in i915_gem_object_put_pages_phys() local
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dmft.c27 * map_mft_record_page - map the page in which a specific mft record resides
28 * @ni: ntfs inode whose mft record page to map
30 * This maps the page in which the mft record of the ntfs inode @ni is situated
31 * and returns a pointer to the mft record within the mapped page.
41 struct page *page; in map_mft_record_page() local
45 BUG_ON(ni->page); in map_mft_record_page()
47 * The index into the page cache and the offset within the page cache in map_mft_record_page()
48 * page o in map_mft_record_page()
204 struct page *page = ni->page; unmap_mft_record() local
457 struct page *page; ntfs_sync_mft_mirror() local
663 struct page *page = ni->page; write_mft_record_nolock() local
1133 struct page *page; ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local
1278 struct page *page; ntfs_mft_bitmap_extend_allocation_nolock() local
2090 struct page *page; ntfs_mft_record_format() local
2244 struct page *page; ntfs_mft_record_alloc() local
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dmft.c27 * map_mft_record_page - map the page in which a specific mft record resides
28 * @ni: ntfs inode whose mft record page to map
30 * This maps the page in which the mft record of the ntfs inode @ni is situated
31 * and returns a pointer to the mft record within the mapped page.
41 struct page *page; in map_mft_record_page() local
45 BUG_ON(ni->page); in map_mft_record_page()
47 * The index into the page cache and the offset within the page cache in map_mft_record_page()
48 * page o in map_mft_record_page()
204 struct page *page = ni->page; unmap_mft_record() local
457 struct page *page; ntfs_sync_mft_mirror() local
663 struct page *page = ni->page; write_mft_record_nolock() local
1133 struct page *page; ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local
1278 struct page *page; ntfs_mft_bitmap_extend_allocation_nolock() local
2092 struct page *page; ntfs_mft_record_format() local
2246 struct page *page; ntfs_mft_record_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dmp2888.c39 static int mp2888_read_byte_data(struct i2c_client *client, int page, int reg) in mp2888_read_byte_data() argument
94 mp2888_read_phase(struct i2c_client *client, struct mp2888_data *data, int page, int phase, u8 reg) in mp2888_read_phase() argument
98 ret = pmbus_read_word_data(client, page, phase, reg); in mp2888_read_phase()
128 mp2888_read_phases(struct i2c_client *client, struct mp2888_data *data, int page, int phase) in mp2888_read_phases() argument
134 ret = mp2888_read_phase(client, data, page, phase, MP2888_MFR_READ_CS1_2); in mp2888_read_phases()
137 ret = mp2888_read_phase(client, data, page, phase, MP2888_MFR_READ_CS3_4); in mp2888_read_phases()
140 ret = mp2888_read_phase(client, data, page, phase, MP2888_MFR_READ_CS5_6); in mp2888_read_phases()
143 ret = mp2888_read_phase(client, data, page, phase, MP2888_MFR_READ_CS7_8); in mp2888_read_phases()
146 ret = mp2888_read_phase(client, data, page, phase, MP2888_MFR_READ_CS9_10); in mp2888_read_phases()
154 static int mp2888_read_word_data(struct i2c_client *client, int page, in argument
263 mp2888_write_word_data(struct i2c_client *client, int page, int reg, u16 word) mp2888_write_word_data() argument
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmemfd.c34 struct page *page; in memfd_tag_pins() local
41 xas_for_each(xas, page, ULONG_MAX) { in memfd_tag_pins()
43 if (!xa_is_value(page) && in memfd_tag_pins()
44 PageTransHuge(page) && !PageHuge(page)) in memfd_tag_pins()
47 if (!xa_is_value(page) && in memfd_tag_pins()
48 page_count(page) - total_mapcount(page) != cache_count) in memfd_tag_pins()
51 xas_set(xas, page in memfd_tag_pins()
78 struct page *page; memfd_wait_for_pins() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp375 auto page = delegate->GetPage(pageId); in OnPageBackPress()
376 if (page) { in OnPageBackPress()
377 result = page->FireDeclarativeOnBackPressCallback(); in OnPageBackPress()
821 auto page = GetPage(pageId); in TriggerPageUpdate() local
822 CHECK_NULL_VOID(page); in TriggerPageUpdate()
824 auto jsPage = AceType::DynamicCast<Framework::JsAcePage>(page); in TriggerPageUpdate()
840 LOGE("Page update failed. page or context is null."); in TriggerPageUpdate()
1084 LOGE("PluginFrontendDelegate, invalid page id"); in LoadPage()
1089 LOGE("PluginFrontendDelegate, load page failed, waiting for current page loadin in LoadPage()
1095 auto page = AceType::MakeRefPtr<JsAcePage>(pageId, document, target.url, target.container); LoadPage() local
1108 LoadJS( const RefPtr<Framework::JsAcePage>& page, const std::string& url, bool isMainPage) LoadJS() argument
1171 OnPageReady( const RefPtr<JsAcePage>& page, const std::string& url, bool isMainPage) OnPageReady() argument
1221 OnPrePageChange(const RefPtr<JsAcePage>& page) OnPrePageChange() argument
1228 FlushPageCommand( const RefPtr<JsAcePage>& page, const std::string& url, bool isMainPage) FlushPageCommand() argument
1239 AddPageLocked(const RefPtr<JsAcePage>& page) AddPageLocked() argument
1249 auto page = GetPage(pageId); SetCurrentPage() local
1260 OnPushPageSuccess( const RefPtr<JsAcePage>& page, const std::string& url) OnPushPageSuccess() argument
1437 OnReplacePageSuccess( const RefPtr<JsAcePage>& page, const std::string& url) OnReplacePageSuccess() argument
1451 ReplacePage( const RefPtr<JsAcePage>& page, const std::string& url) ReplacePage() argument
1515 auto page = AceType::MakeRefPtr<JsAcePage>(pageId, document, target.url, target.container); LoadReplacePage() local
1549 auto page = GetPage(pageId); OnPageShow() local
1559 auto page = GetPage(pageId); OnPageHide() local
1745 auto page = GetPage(pageId); UpdatePlugin() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dsparse.c35 * If we did not store the node number in the page then we have to
37 * node the page belongs to.
45 int page_to_nid(const struct page *page) in page_to_nid() argument
47 return section_to_node_table[page_to_section(page)]; in page_to_nid()
304 * physical page frame number.
306 static unsigned long sparse_encode_mem_map(struct page *mem_map, unsigned long pnum) in sparse_encode_mem_map()
319 struct page *sparse_decode_mem_map(unsigned long coded_mem_map, unsigned long pnum) in sparse_decode_mem_map()
323 return ((struct page *)coded_mem_map) + section_nr_to_pfn(pnum); in sparse_decode_mem_map()
328 unsigned long pnum, struct page *mem_ma in sparse_init_one_section()
739 struct page *page = virt_to_page(memmap); free_map_bootmem() local
[all...]
H A Dmemcontrol.c18 * Native page reclaim
20 * Lockless page tracking & accounting
35 #include <linux/page-flags.h>
282 * This page will be uncharged in obj_cgroup_release(). in obj_cgroup_release()
523 * mem_cgroup_css_from_page - css of the memcg associated with a page
524 * @page: page of interest
527 * with @page is returned. The returned css remains associated with @page
533 struct cgroup_subsys_state *mem_cgroup_css_from_page(struct page *pag argument
558 page_cgroup_ino(struct page *page) page_cgroup_ino() argument
584 mem_cgroup_page_nodeinfo(struct mem_cgroup *memcg, struct page *page) mem_cgroup_page_nodeinfo() argument
598 soft_limit_tree_from_page(struct page *page) soft_limit_tree_from_page() argument
688 mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page) mem_cgroup_update_tree() argument
959 mem_cgroup_charge_statistics(struct mem_cgroup *memcg, struct page *page, int nr_pages) mem_cgroup_charge_statistics() argument
1003 memcg_check_events(struct mem_cgroup *memcg, struct page *page) memcg_check_events() argument
1074 get_mem_cgroup_from_page(struct page *page) get_mem_cgroup_from_page() argument
1360 mem_cgroup_page_lruvec(struct page *page, struct pglist_data *pgdat) mem_cgroup_page_lruvec() argument
2152 lock_page_memcg(struct page *page) lock_page_memcg() argument
2223 unlock_page_memcg(struct page *page) unlock_page_memcg() argument
2904 commit_charge(struct page *page, struct mem_cgroup *memcg) commit_charge() argument
2927 memcg_alloc_page_obj_cgroups(struct page *page, struct kmem_cache *s, gfp_t gfp) memcg_alloc_page_obj_cgroups() argument
2956 struct page *page; mem_cgroup_from_obj() local
3120 __memcg_kmem_charge_page(struct page *page, gfp_t gfp, int order) __memcg_kmem_charge_page() argument
3143 __memcg_kmem_uncharge_page(struct page *page, int order) __memcg_kmem_uncharge_page() argument
4717 mem_cgroup_track_foreign_dirty_slowpath(struct page *page, struct bdi_writeback *wb) mem_cgroup_track_foreign_dirty_slowpath() argument
5645 struct page *page; global() member
5659 struct page *page = vm_normal_page(vma, addr, ptent); mc_handle_present_pte() local
5680 struct page *page = NULL; mc_handle_swap_pte() local
5748 mem_cgroup_move_account(struct page *page, bool compound, struct mem_cgroup *from, struct mem_cgroup *to) mem_cgroup_move_account() argument
5759 VM_BUG_ON_PAGE(PageLRU(page), page); mem_cgroup_move_account() local
5886 struct page *page = NULL; get_mctgt_type() local
5937 struct page *page = NULL; get_mctgt_type_thp() local
6172 struct page *page; mem_cgroup_move_charge_pte_range() local
6878 mem_cgroup_charge(struct page *page, struct mm_struct *mm, gfp_t gfp_mask) mem_cgroup_charge() argument
6989 uncharge_page(struct page *page, struct uncharge_gather *ug) uncharge_page() argument
6993 VM_BUG_ON_PAGE(PageLRU(page), page); uncharge_page() local
7043 struct page *page; uncharge_list() local
7061 mem_cgroup_uncharge(struct page *page) mem_cgroup_uncharge() argument
7308 mem_cgroup_swapout(struct page *page, swp_entry_t entry) mem_cgroup_swapout() argument
7314 VM_BUG_ON_PAGE(PageLRU(page), page); mem_cgroup_swapout() local
7315 VM_BUG_ON_PAGE(page_count(page), page); mem_cgroup_swapout() local
7374 mem_cgroup_try_charge_swap(struct page *page, swp_entry_t entry) mem_cgroup_try_charge_swap() argument
7454 mem_cgroup_swap_full(struct page *page) mem_cgroup_swap_full() argument
[all...]
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/
H A Diova_domain.c141 struct page *page; in do_bounce() local
147 page = pfn_to_page(pfn); in do_bounce()
149 memcpy_from_page(addr, page, offset, sz); in do_bounce()
151 memcpy_to_page(page, offset, addr, sz); in do_bounce()
189 static struct page *
195 struct page *page = NULL; in vduse_domain_get_coherent_page() local
202 page = pfn_to_page((map->addr + iova - map->start) >> PAGE_SHIFT); in vduse_domain_get_coherent_page()
203 get_page(page); in vduse_domain_get_coherent_page()
214 struct page *page = NULL; vduse_domain_get_bounce_page() local
297 struct page *page = NULL; vduse_domain_remove_user_bounce_pages() local
376 vduse_domain_map_page(struct vduse_iova_domain *domain, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, unsigned long attrs) vduse_domain_map_page() argument
489 struct page *page; vduse_domain_mmap_fault() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dset_memory.h13 int set_direct_map_invalid_noflush(struct page *page);
14 int set_direct_map_default_noflush(struct page *page);
15 bool kernel_page_present(struct page *page);
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-map-ops.h20 struct page *(*alloc_pages)(struct device *dev, size_t size,
23 void (*free_pages)(struct device *dev, size_t size, struct page *vaddr,
37 dma_addr_t (*map_page)(struct device *dev, struct page *page,
120 struct page *dma_alloc_from_contiguous(struct device *dev, size_t count,
122 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
124 struct page *dma_alloc_contiguous(struct device *dev, size_t size, gfp_t gfp);
125 void dma_free_contiguous(struct device *dev, struct page *page, size_t size);
143 static inline struct page *dma_alloc_from_contiguou in dma_contiguous_reserve_area()
161 dma_free_contiguous(struct device *dev, struct page *page, size_t size) dma_free_contiguous() argument
326 arch_dma_prep_coherent(struct page *page, size_t size) arch_dma_prep_coherent() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vm.c109 * \return pointer to the page structure.
111 * Find the right map and if it's AGP memory find the real physical page to
112 * map, get the page, increment the use count and return it.
147 struct page *page; in drm_vm_fault() local
157 * It's AGP memory - find the real physical page to map in drm_vm_fault()
169 * Get the page, inc the use count, and return it in drm_vm_fault()
172 page = agpmem->memory->pages[offset]; in drm_vm_fault()
173 get_page(page); in drm_vm_fault()
174 vmf->page in drm_vm_fault()
210 struct page *page; drm_vm_shm_fault() local
312 struct page *page; drm_vm_dma_fault() local
349 struct page *page; drm_vm_sg_fault() local
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbtree.c139 struct page *page; in hfs_btree_open() local
161 page = read_mapping_page(mapping, 0, NULL); in hfs_btree_open()
162 if (IS_ERR(page)) in hfs_btree_open()
166 head = (struct hfs_btree_header_rec *)(kmap(page) + in hfs_btree_open()
243 kunmap(page); in hfs_btree_open()
244 put_page(page); in hfs_btree_open()
248 put_page(page); in hfs_btree_open()
286 struct page *page; in hfs_btree_write() local
451 struct page *page; hfs_bmap_free() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dmove_extent.c119 * @index1: page index
120 * @index2: page index
121 * @page: result page vector
127 pgoff_t index1, pgoff_t index2, struct page *page[2]) in mext_page_double_lock()
142 page[0] = grab_cache_page_write_begin(mapping[0], index1, fl); in mext_page_double_lock()
143 if (!page[0]) in mext_page_double_lock()
146 page[1] = grab_cache_page_write_begin(mapping[1], index2, fl); in mext_page_double_lock()
147 if (!page[ in mext_page_double_lock()
126 mext_page_double_lock(struct inode *inode1, struct inode *inode2, pgoff_t index1, pgoff_t index2, struct page *page[2]) mext_page_double_lock() argument
167 mext_page_mkuptodate(struct page *page, unsigned from, unsigned to) mext_page_mkuptodate() argument
[all...]
/kernel/linux/linux-5.10/fs/erofs/
H A Dinode.c12 * if inode is successfully read, return its inode page (or sometimes
13 * the inode payload page if it's an extended inode) in order to fill
16 static struct page *erofs_read_inode(struct inode *inode, in erofs_read_inode()
25 struct page *page; in erofs_read_inode() local
37 page = erofs_get_meta_page(sb, blkaddr); in erofs_read_inode()
38 if (IS_ERR(page)) { in erofs_read_inode()
39 erofs_err(sb, "failed to get inode (nid: %llu) page, err %ld", in erofs_read_inode()
40 vi->nid, PTR_ERR(page)); in erofs_read_inode()
41 return page; in erofs_read_inode()
236 struct page *page; erofs_fill_inode() local
[all...]
/kernel/linux/linux-5.10/fs/hfs/
H A Dbtree.c24 struct page *page; in hfs_btree_open() local
78 page = read_mapping_page(mapping, 0, NULL); in hfs_btree_open()
79 if (IS_ERR(page)) in hfs_btree_open()
83 head = (struct hfs_btree_header_rec *)(kmap(page) + sizeof(struct hfs_bnode_desc)); in hfs_btree_open()
122 kunmap(page); in hfs_btree_open()
123 put_page(page); in hfs_btree_open()
127 put_page(page); in hfs_btree_open()
164 struct page *page; in hfs_btree_write() local
324 struct page *page; hfs_bmap_free() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vm.c104 * \return pointer to the page structure.
106 * Find the right map and if it's AGP memory find the real physical page to
107 * map, get the page, increment the use count and return it.
142 struct page *page; in drm_vm_fault() local
152 * It's AGP memory - find the real physical page to map in drm_vm_fault()
164 * Get the page, inc the use count, and return it in drm_vm_fault()
167 page = agpmem->memory->pages[offset]; in drm_vm_fault()
168 get_page(page); in drm_vm_fault()
169 vmf->page in drm_vm_fault()
205 struct page *page; drm_vm_shm_fault() local
307 struct page *page; drm_vm_dma_fault() local
344 struct page *page; drm_vm_sg_fault() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dcompactor.cc16 #include "src/heap/cppgc/heap-page.h"
126 // Check whether the slot itself resides on a page that is compacted. in AddOrFilter()
144 // allocated on a movable page itself. When B is finally moved, it needs to in Relocate()
229 void AddPage(NormalPage* page) { in AddPage() argument
230 DCHECK_EQ(space_, &page->space()); in AddPage()
231 // If not the first page, add |page| onto the available pages chain. in AddPage()
233 current_page_ = page; in AddPage()
235 available_pages_.push_back(page); in AddPage()
238 void RelocateObject(const NormalPage* page, cons argument
284 FinishCompactingPage(NormalPage* page) FinishCompactingPage() argument
325 CompactPage(NormalPage* page, CompactionState& compaction_state) CompactPage() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp45 LOGE("Get page by id failed, runtime is null"); in GetPageById()
50 LOGE("Get page by id failed, delegate is null"); in GetPageById()
78 LOGE("Get current page id failed. value is null."); in GetCurrentPageId()
83 LOGE("Get current page id failed. jsPageId is null or not a integer"); in GetCurrentPageId()
105 auto page = GetPageById(runtime, pageId); in HandleJsAnimationContext() local
106 if (!page) { in HandleJsAnimationContext()
107 LOGE("no page found for nodeId: %{public}d", nodeId); in HandleJsAnimationContext()
112 page->PushCommand(AceType::MakeRefPtr<JsCommandAnimation>(nodeId, task)); in HandleJsAnimationContext()
113 if (page->CheckPageCreated()) { in HandleJsAnimationContext()
114 delegate->TriggerPageUpdate(page in HandleJsAnimationContext()
124 CallAnimationFinishJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, const RefPtr<JsAcePage>& page) CallAnimationFinishJs() argument
150 CallAnimationCancelJs(const WeakPtr<JsiAnimationBridge>& bridgeWeak, shared_ptr<JsRuntime>&& runtime, const RefPtr<JsAcePage>& page) CallAnimationCancelJs() argument
201 AddListenerForEventCallback(const WeakPtr<JsiAnimationBridge>& bridgeWeak, const RefPtr<Animator>& animator, shared_ptr<JsRuntime> runtime, const RefPtr<JsAcePage>& page) AddListenerForEventCallback() argument
253 auto page = GetPageById(runtime, pageId); JsAnimationStartTimeGet() local
299 auto page = GetPageById(runtime, pageId); JsAnimationStartTimeSet() local
319 auto page = GetPageById(runtime, pageId); JsAnimationPendingGet() local
388 auto page = GetPageById(runtime, pageId); JsAnimationPlayStateSet() local
399 JsCreateAnimation(const RefPtr<JsAcePage>& page, const std::string& param) JsCreateAnimation() argument
460 AddListenerForEventCallback(AceType::WeakClaim(this), animator, runtime_, page); JsCreateAnimation() local
629 AnimationBridgeTaskFunc(const RefPtr<JsAcePage>& page, NodeId nodeId) AnimationBridgeTaskFunc() argument
664 AnimationBridgeTaskFunc(const RefPtr<JsAcePage>& page, NodeId nodeId) AnimationBridgeTaskFunc() argument
698 AnimationBridgeTaskFunc(const RefPtr<JsAcePage>& page, NodeId nodeId) AnimationBridgeTaskFunc() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh32 #include "hb-bit-page.hh"
131 page_t *page = page_for (g, true); if (unlikely (!page)) return; in add() local
132 page->add (g); in add()
143 page_t *page = page_for (a, true); if (unlikely (!page)) return false; in add_range() local
144 page->add_range (a, b); in add_range()
148 page_t *page = page_for (a, true); if (unlikely (!page)) return false; in add_range() local
149 page in add_range()
173 page_t *page = page_for (g, v); if (unlikely (v && !page)) return; set_array() local
213 page_t *page = page_for (g, v); if (unlikely (v && !page)) return false; set_sorted_array() local
291 page_t *page = page_for (a); del_range() local
302 page_t *page = page_for (b); del_range() local
311 const page_t *page = page_for (g); get() local
723 const auto& page = pages[map.index]; get_min() local
736 const auto& page = pages[map.index]; get_max() local
[all...]
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dinode.c24 int reiserfs_commit_write(struct file *f, struct page *page,
169 * about what happens for reading a file. For each page,
185 * If this page has a file tail in it, and
186 * it was read in by get_block_create_0, the page data is valid,
188 * it. So, look through this page, and check all the mapped buffers
193 static inline void fix_tail_page_for_writing(struct page *page) in fix_tail_page_for_writing() argument
197 if (page && page_has_buffers(page)) { in fix_tail_page_for_writing()
2197 struct page *page; grab_tail_page() local
2269 struct page *page = NULL; reiserfs_truncate_file() local
2522 reiserfs_write_full_page(struct page *page, struct writeback_control *wbc) reiserfs_write_full_page() argument
2738 reiserfs_readpage(struct file *f, struct page *page) reiserfs_readpage() argument
2743 reiserfs_writepage(struct page *page, struct writeback_control *wbc) reiserfs_writepage() argument
2762 struct page *page; reiserfs_write_begin() local
2830 __reiserfs_write_begin(struct page *page, unsigned from, unsigned len) __reiserfs_write_begin() argument
2890 reiserfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) reiserfs_write_end() argument
2993 reiserfs_commit_write(struct file *f, struct page *page, unsigned from, unsigned to) reiserfs_commit_write() argument
3153 reiserfs_invalidatepage(struct page *page, unsigned int offset, unsigned int length) reiserfs_invalidatepage() argument
3206 reiserfs_set_page_dirty(struct page *page) reiserfs_set_page_dirty() argument
3225 reiserfs_releasepage(struct page *page, gfp_t unused_gfp_flags) reiserfs_releasepage() argument
[all...]

Completed in 23 milliseconds

1...<<21222324252627282930>>...281