Searched refs:c_size (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/powerpc/perf/req-gen/ |
| H A D | perf.h | 80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument 81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) 113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument 121 "length=" #c_size "," \ 136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
|
| /linux/arch/mips/include/asm/fw/arc/ |
| H A D | hinv.h | 105 unsigned short c_size; /* cache size in 4K pages */ member 107 unsigned short c_size; /* cache size in 4K pages */
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_main.c | 220 size_t c_size = 0; in alloc_command_queues() local 232 c_size = (rem_q_size > qcsize_bytes) ? qcsize_bytes : in alloc_command_queues() 235 c_size + CPT_NEXT_CHUNK_PTR_SIZE, in alloc_command_queues() 245 curr->size = c_size; in alloc_command_queues() 256 rem_q_size -= c_size; in alloc_command_queues()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 403 case CACHE_L1_INST: l1i += desc->c_size; break; in intel_cacheinfo_0x2() 404 case CACHE_L1_DATA: l1d += desc->c_size; break; in intel_cacheinfo_0x2() 405 case CACHE_L2: l2 += desc->c_size; break; in intel_cacheinfo_0x2() 406 case CACHE_L3: l3 += desc->c_size; break; in intel_cacheinfo_0x2()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_main.c | 193 size_t q_size, c_size, rem_q_size; in alloc_command_queues() local 219 c_size = (rem_q_size > qcsize_bytes) ? qcsize_bytes : in alloc_command_queues() 222 c_size + OTX_CPT_NEXT_CHUNK_PTR_SIZE, in alloc_command_queues() 230 curr->size = c_size; in alloc_command_queues() 240 rem_q_size -= c_size; in alloc_command_queues()
|
| /linux/crypto/ |
| H A D | testmgr.c | 3766 unsigned int c_size; in test_akcipher_one() 3794 c_size = vecs->c_size; in test_akcipher_one() 3816 if (req->dst_len != c_size) { in test_akcipher_one() 3822 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one() 3824 hexdump(outbuf_enc, c_size); in test_akcipher_one() 3846 c_size = req->dst_len; in test_akcipher_one() 3850 if (WARN_ON(c_size > PAGE_SIZE)) in test_akcipher_one() 3852 memcpy(xbuf[0], c, c_size); in test_akcipher_one() 3854 sg_init_one(&src, xbuf[0], c_size); in test_akcipher_one() 3778 unsigned int c_size; test_akcipher_one() local [all...] |
| /linux/drivers/block/drbd/ |
| H A D | drbd_protocol.h | 359 u64 c_size; /* current exported size */ member
|
| H A D | drbd_main.c | 957 p->c_size = 0; in drbd_send_sizes() 959 p->c_size = cpu_to_be64(get_capacity(device->vdisk)); in drbd_send_sizes()
|
| H A D | drbd_receiver.c | 3897 p_csize = be64_to_cpu(p->c_size); in receive_sizes() 4026 if (be64_to_cpu(p->c_size) != get_capacity(device->vdisk) || in receive_sizes()
|