Searched refs:cp_count (Results 1 – 8 of 8) sorted by relevance
| /linux/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/fs/nfsd/ |
| H A D | trace.h | 2265 __field(u64, cp_count) 2289 __entry->cp_count = copy->cp_count; 2305 __entry->src_cp_pos, __entry->dst_cp_pos, __entry->cp_count 2365 __field(u64, cp_count) 2390 __entry->cp_count = copy->cp_count; 2407 __entry->src_cp_pos, __entry->dst_cp_pos, __entry->cp_count
|
| H A D | nfs4proc.c | 1938 u64 bytes_total = copy->cp_count; in _nfsd_copy_file_range() 1998 dst->cp_count = src->cp_count; in dup_copy_fields() 2071 &cbo->co_fh, copy->cp_count, copy->nfserr); in nfsd4_send_cb_offload()
|
| H A D | xdr4.h | 731 u64 cp_count; member
|
| H A D | nfs4xdr.c | 2163 if (xdr_stream_decode_u64(argp->xdr, ©->cp_count) < 0) in nfsd4_decode_copy()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.c | 266 int cp_count = 0, k; in bnge_alloc_nq_tree() local 280 cp_count++; in bnge_alloc_nq_tree() 286 cp_count += tcs; in bnge_alloc_nq_tree() 290 nqr->cp_ring_arr = kzalloc_objs(*cpr, cp_count); in bnge_alloc_nq_tree() 296 nqr->cp_ring_count = cp_count; in bnge_alloc_nq_tree() 298 for (k = 0; k < cp_count; k++) { in bnge_alloc_nq_tree()
|
| /linux/fs/f2fs/ |
| H A D | debug.c | 612 seq_printf(s, "CP count: %d\n", si->cp_count); in stat_show()
|
| H A D | f2fs.h | 4285 int cp_call_count[MAX_CALL_TYPE], cp_count; member 4314 #define stat_inc_cp_count(sbi) (F2FS_STAT(sbi)->cp_count++)
|