Searched refs:total_chunks (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_mm.c | 28 (*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 D | rknpu_drv.c | 341 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 D | simg_dump-python3.patch | 49 - 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 D | image-sparse.c | 94 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 D | dr_icm_pool.c | 35 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 D | rknpu_mm.h | 21 unsigned int total_chunks; member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sparse_format.h | 23 __le32 total_chunks; /* total chunks in the sparse input image */ member
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_sparse.c | 29 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 D | aic94xx_sds.h | 88 u32 total_chunks; /*Total number of chunks/parts in the image file */ member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_dev_api.h | 566 u16 total_chunks; member
|
| H A D | pvrdma_qp.c | 382 cmd->total_chunks = qp->npages; in pvrdma_create_qp()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.h | 1364 u32 total_chunks; member
|