Searched refs:cp_count (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/Documentation/admin-guide/ |
| H A D | java.rst | 300 u_int16_t cp_count, i, this_class, classinfo_ptr; 313 cp_count = read_16(classfile); 314 pool = calloc(cp_count, sizeof(long)); 318 for(i = 1; i < cp_count; ++i) 324 if(this_class < 1 || this_class >= cp_count) 332 if(classinfo_ptr < 1 || classinfo_ptr >= cp_count)
|
| /linux-6.15/fs/nfsd/ |
| H A D | trace.h | 2183 __field(u64, cp_count) 2207 __entry->cp_count = copy->cp_count; 2223 __entry->src_cp_pos, __entry->dst_cp_pos, __entry->cp_count 2283 __field(u64, cp_count) 2308 __entry->cp_count = copy->cp_count; 2325 __entry->src_cp_pos, __entry->dst_cp_pos, __entry->cp_count
|
| H A D | nfs4proc.c | 1739 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() 1799 dst->cp_count = src->cp_count; in dup_copy_fields() 1849 &cbo->co_fh, copy->cp_count, copy->nfserr); in nfsd4_send_cb_offload()
|
| H A D | xdr4.h | 687 u64 cp_count; member
|
| H A D | nfs4xdr.c | 2038 if (xdr_stream_decode_u64(argp->xdr, ©->cp_count) < 0) in nfsd4_decode_copy()
|
| /linux-6.15/fs/f2fs/ |
| H A D | debug.c | 603 seq_printf(s, "CP count: %d\n", si->cp_count); in stat_show()
|
| H A D | f2fs.h | 4087 int cp_call_count[MAX_CALL_TYPE], cp_count; member 4115 #define stat_inc_cp_count(sbi) (F2FS_STAT(sbi)->cp_count++)
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 4107 int cp_count = 0, k; in bnxt_alloc_cp_rings() local 4127 cp_count++; in bnxt_alloc_cp_rings() 4131 cp_count++; in bnxt_alloc_cp_rings() 4135 cp_count += tcs; in bnxt_alloc_cp_rings() 4139 cpr->cp_ring_arr = kcalloc(cp_count, sizeof(*cpr), in bnxt_alloc_cp_rings() 4143 cpr->cp_ring_count = cp_count; in bnxt_alloc_cp_rings() 4145 for (k = 0; k < cp_count; k++) { in bnxt_alloc_cp_rings()
|