Home
last modified time | relevance | path

Searched refs:total_chunks (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_mm.c28 (*mm)->total_chunks = mem_size / chunk_size; in rknpu_mm_create()
29 (*mm)->free_chunks = (*mm)->total_chunks; in rknpu_mm_create()
32 ((*mm)->total_chunks + BITS_PER_LONG - 1) / BITS_PER_LONG; in rknpu_mm_create()
42 LOG_DEBUG("total_chunks: %d, bitmap: %p\n", (*mm)->total_chunks, in rknpu_mm_create()
69 if (size > mm->total_chunks * mm->chunk_size) in rknpu_mm_alloc()
82 found = find_next_zero_bit(mm->bitmap, mm->total_chunks, start_search); in rknpu_mm_alloc()
85 if (found == mm->total_chunks) in rknpu_mm_alloc()
102 mm->bitmap, mm->total_chunks, ++found); in rknpu_mm_alloc()
116 if (found == mm->total_chunks) in rknpu_mm_alloc()
196 rbot = cur = find_first_bit(mm->bitmap, mm->total_chunks); in rknpu_mm_dump()
[all …]
H A Drknpu_drv.c341 args->value = rknpu_dev->sram_mm->total_chunks * in rknpu_action()
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dsimg_dump-python3.patch49 - for i in xrange(1, total_chunks + 1):
50 + for i in range(1, total_chunks + 1):
/OK3568_Linux_fs/u-boot/common/
H A Dimage-sparse.c94 debug("total_chunks: %d\n", sparse_header->total_chunks); in write_sparse_image()
112 for (chunk = 0; chunk < sparse_header->total_chunks; chunk++) { in write_sparse_image()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c35 u32 total_chunks; member
261 bucket->total_chunks++; in dr_icm_chunks_create()
285 bucket->total_chunks--; in dr_icm_chunk_destroy()
322 WARN_ON(bucket->total_chunks != 0); in dr_icm_bucket_cleanup()
/OK3568_Linux_fs/kernel/drivers/rknpu/include/
H A Drknpu_mm.h21 unsigned int total_chunks; member
/OK3568_Linux_fs/u-boot/include/
H A Dsparse_format.h23 __le32 total_chunks; /* total chunks in the sparse input image */ member
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_sparse.c29 printf(" total_chunks: %d\n", header->total_chunks); in print_header_info()
171 for (i = 0; i < header->total_chunks; i++) { in ext4_unsparse()
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_sds.h88 u32 total_chunks; /*Total number of chunks/parts in the image file */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_dev_api.h566 u16 total_chunks; member
H A Dpvrdma_qp.c382 cmd->total_chunks = qp->npages; in pvrdma_create_qp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1364 u32 total_chunks; member