Searched refs:size_to_read (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_jd.c | 419 size_t size_to_read; in jd_update_jit_usage() local 441 size_to_read = sizeof(*ptr); in jd_update_jit_usage() 443 size_to_read = sizeof(u32); in jd_update_jit_usage() 445 size_to_read = sizeof(u64[COUNT]); in jd_update_jit_usage() 447 ptr = kbase_vmap_prot(kctx, reg->heap_info_gpu_addr, size_to_read, in jd_update_jit_usage()
|
| /OK3568_Linux_fs/kernel/drivers/memstick/core/ |
| H A D | ms_block.c | 1256 int data_size, data_offset, page, page_offset, size_to_read; in msb_read_bad_block_table() local 1274 size_to_read = in msb_read_bad_block_table() 1281 buffer = kzalloc(size_to_read, GFP_KERNEL); in msb_read_bad_block_table() 1286 sg_init_one(&sg, buffer, size_to_read); in msb_read_bad_block_table() 1288 while (offset < size_to_read) { in msb_read_bad_block_table()
|