Home
last modified time | relevance | path

Searched defs:pages (Results 151 - 173 of 173) sorted by relevance

1234567

/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c2194 int get_page_score(const char *pages, int page) in get_page_score() argument
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c217 static unsigned long pages2mb(unsigned long pages) in pages2mb() argument
574 long pages; in walk_pfn() local
274 kpageflags_read(uint64_t *buf, unsigned long index, unsigned long pages) kpageflags_read() argument
281 pagemap_read(uint64_t *buf, unsigned long index, unsigned long pages) pagemap_read() argument
596 unsigned long pages; walk_vma() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c319 const unsigned pages = (size + PAGE_SIZE - 1) / PAGE_SIZE; in bucket_for_size() local
/third_party/python/Lib/tkinter/
H A Dtix.py1116 def pages(self): member in ListNoteBook
1162 def pages(self): member in NoteBook
/third_party/python/Modules/_sqlite/
H A Dconnection.c1923 pysqlite_connection_backup_impl(pysqlite_Connection *self, pysqlite_Connection *target, int pages, PyObject *progress, const char *name, double sleep) pysqlite_connection_backup_impl() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c1043 int pages; in kbase_mem_term() local
2352 kbase_free_phy_pages_helper_locked(struct kbase_mem_phy_alloc *alloc, struct kbase_mem_pool *pool, struct tagged_addr *pages, size_t nr_pages_to_free) kbase_free_phy_pages_helper_locked() argument
4073 struct page **pages = alloc->imported.user_buf.pages; kbase_jd_user_buf_unpin_pages() local
4088 struct page **pages = alloc->imported.user_buf.pages; kbase_jd_user_buf_pin_pages() local
4150 struct page **pages; kbase_jd_user_buf_map() local
4223 struct page **pages; kbase_jd_user_buf_unmap() local
[all...]
H A Dmali_kbase_defs.h206 struct page **pages; member
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c1310 int pages; in kbase_mem_term() local
2742 kbase_free_phy_pages_helper_locked(struct kbase_mem_phy_alloc *alloc, struct kbase_mem_pool *pool, struct tagged_addr *pages, size_t nr_pages_to_free) kbase_free_phy_pages_helper_locked() argument
4543 struct page **pages = alloc->imported.user_buf.pages; kbase_jd_user_buf_unpin_pages() local
4558 struct page **pages = alloc->imported.user_buf.pages; kbase_jd_user_buf_pin_pages() local
4633 struct page **pages; kbase_jd_user_buf_map() local
4715 struct page **pages; kbase_jd_user_buf_unmap() local
[all...]
H A Dmali_kbase_defs.h210 struct page **pages; member
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc919 Grow(Isolate* isolate, Handle<WasmMemoryObject> memory_object, uint32_t pages) Grow() argument
/third_party/nghttp2/src/
H A Dnghttp.cc1521 auto pages = json_array(); in output_har() local
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2.h572 struct page **pages; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Ddev.h175 struct page **pages; member
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c337 static int bpf_charge_memlock(struct user_struct *user, u32 pages) in bpf_charge_memlock() argument
347 static void bpf_uncharge_memlock(struct user_struct *user, u32 pages) in bpf_uncharge_memlock() argument
356 u32 pages = round_up(size, PAGE_SIZE) >> PAGE_SHIFT; in bpf_map_charge_init() local
391 bpf_map_charge_memlock(struct bpf_map *map, u32 pages) bpf_map_charge_memlock() argument
403 bpf_map_uncharge_memlock(struct bpf_map *map, u32 pages) bpf_map_uncharge_memlock() argument
1676 __bpf_prog_charge(struct user_struct *user, u32 pages) __bpf_prog_charge() argument
1692 __bpf_prog_uncharge(struct user_struct *user, u32 pages) __bpf_prog_uncharge() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h186 struct page **pages; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4983 napi_value pages = nullptr; in ParsePrintRangeAdapter() local
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h123 u32 pages; member
1487 static inline int __bpf_prog_charge(struct user_struct *user, u32 pages) in __bpf_prog_charge() argument
1492 static inline void __bpf_prog_uncharge(struct user_struct *user, u32 pages) in __bpf_prog_uncharge() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1805 struct page **pages; in vop_plane_atomic_update() local
H A Drockchip_drm_vop2.c4142 struct page **pages; in vop2_plane_atomic_update() local
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc4506 int pages = 0; CollectRememberedSetUpdatingItems() local
5506 int pages = 0; CollectToSpaceUpdatingItems() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c2730 void task_numa_fault(int last_cpupid, int mem_node, int pages, int flags) in task_numa_fault() argument
2834 long pages, virtpages; in task_numa_work() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c4140 struct page **pages; in vop2_plane_atomic_update() local
/third_party/glfw/deps/
H A Dnuklear.h5563 struct nk_page *pages; member
[all...]

Completed in 144 milliseconds

1234567