Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.inl.hpp386 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
392 …m.data), refcount(m.refcount), datastart(m.datastart), dataend(m.dataend), alloc_type(m.alloc_type) in HostMem()
400 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
408 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
416 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
450 std::swap(alloc_type, b.alloc_type); in swap()
456 HostMem m(size(), type(), alloc_type); in clone()
H A Dcuda.hpp529 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
531 explicit HostMem(AllocType alloc_type = PAGE_LOCKED);
535 HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
536 HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
539 explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
596 AllocType alloc_type; member in cv::cuda::HostMem
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.inl.hpp386 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
392 …m.data), refcount(m.refcount), datastart(m.datastart), dataend(m.dataend), alloc_type(m.alloc_type) in HostMem()
400 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
408 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
416 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
450 std::swap(alloc_type, b.alloc_type); in swap()
456 HostMem m(size(), type(), alloc_type); in clone()
H A Dcuda.hpp529 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
531 explicit HostMem(AllocType alloc_type = PAGE_LOCKED);
535 HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
536 HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
539 explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
596 AllocType alloc_type; member in cv::cuda::HostMem
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.inl.hpp386 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
392 …m.data), refcount(m.refcount), datastart(m.datastart), dataend(m.dataend), alloc_type(m.alloc_type) in HostMem()
400 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
408 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
416 … rows(0), cols(0), step(0), data(0), refcount(0), datastart(0), dataend(0), alloc_type(alloc_type_) in HostMem()
450 std::swap(alloc_type, b.alloc_type); in swap()
456 HostMem m(size(), type(), alloc_type); in clone()
H A Dcuda.hpp529 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
531 explicit HostMem(AllocType alloc_type = PAGE_LOCKED);
535 HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
536 HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
539 explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
596 AllocType alloc_type; member in cv::cuda::HostMem
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c265 enum mte_block_test_alloc alloc_type = UNTAGGED_TAGGED; in check_buffer_by_block_iterate() local
267 for (alloc_type = UNTAGGED_TAGGED; alloc_type < (int) BLOCK_ALLOC_MAX; alloc_type++) { in check_buffer_by_block_iterate()
268 switch (alloc_type) { in check_buffer_by_block_iterate()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Duttrack.c37 u8 alloc_type,
333 u8 alloc_type, in acpi_ut_track_allocation() argument
367 allocation->alloc_type = alloc_type; in acpi_ut_track_allocation()
H A Daclocal.h1243 u8 alloc_type;
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep_iommu_ops.c208 int alloc_type) in iep_iommu_info_create() argument
220 switch (alloc_type) { in iep_iommu_info_create()
H A Diep_drv.h129 u32 alloc_type; member
H A Diep_iommu_ops.h94 int alloc_type);
H A Diep_drv.c1052 of_property_read_u32(np, "allocator", (u32 *)&iep_service.alloc_type); in iep_drv_probe()
1056 iep_service.alloc_type); in iep_drv_probe()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_bmap_util.h57 xfs_off_t len, int alloc_type);
H A Dxfs_bmap_util.c720 int alloc_type) in xfs_alloc_file_space() argument
828 allocatesize_fsb, alloc_type, 0, imapp, in xfs_alloc_file_space()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c2397 if (sbi->ckpt->alloc_type[i] == SSR) in f2fs_npages_for_summary_flush()
2652 curseg->alloc_type = LFS; in new_curseg()
2679 if (seg->alloc_type == SSR) in __refresh_next_blkoff()
2716 curseg->alloc_type = SSR; in change_curseg()
2903 else if (curseg->alloc_type == LFS && in allocate_segment_by_default()
3695 old_alloc_type = curseg->alloc_type; in f2fs_do_replace_block()
3731 curseg->alloc_type = old_alloc_type; in f2fs_do_replace_block()
3841 seg_i->alloc_type = ckpt->alloc_type[i]; in read_compacted_summaries()
3844 if (seg_i->alloc_type == SSR) in read_compacted_summaries()
3937 curseg->alloc_type = ckpt->alloc_type[type]; in read_normal_summaries()
[all …]
H A Dsegment.h312 unsigned char alloc_type; /* current allocation type */ member
694 return curseg->alloc_type; in curseg_alloc_type()
H A Dcheckpoint.c1454 ckpt->alloc_type[i + CURSEG_HOT_NODE] = in do_checkpoint()
1462 ckpt->alloc_type[i + CURSEG_HOT_DATA] = in do_checkpoint()
H A Df2fs.h3939 ((sbi)->segment_count[(curseg)->alloc_type]++)
3941 ((sbi)->block_count[(curseg)->alloc_type]++)
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dfs.c44 int alloc_type = ALLOC_NORMAL; in jffs2_do_setattr() local
131 alloc_type = ALLOC_DELETION; in jffs2_do_setattr()
139 new_metadata = jffs2_write_dnode(c, f, ri, mdata, mdatalen, alloc_type); in jffs2_do_setattr()
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_midi.c134 char *alloc_type[3] = { "FREE ", "CHEAP ", "EXPENSIVE" }; in opl3_get_voice() local
208 alloc_type[i], instr_4op ? 4 : 2, in opl3_get_voice()
/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h184 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmain.c3752 enum mlx5_ib_uapi_uar_alloc_type alloc_type) in alloc_uar_entry() argument
3770 if (alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in alloc_uar_entry()
3793 enum mlx5_ib_uapi_uar_alloc_type alloc_type; in UVERBS_HANDLER() local
3804 err = uverbs_get_const(&alloc_type, attrs, in UVERBS_HANDLER()
3809 if (alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF && in UVERBS_HANDLER()
3810 alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_NC) in UVERBS_HANDLER()
3814 alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in UVERBS_HANDLER()
3817 entry = alloc_uar_entry(c, alloc_type); in UVERBS_HANDLER()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c1937 u32 alloc_type = exclusive ? in efx_mcdi_filter_alloc_rss_context() local
1957 MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_TYPE, alloc_type); in efx_mcdi_filter_alloc_rss_context()