Searched refs:cp_count (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/Documentation/admin-guide/ |
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-v5.10/drivers/scsi/ |
D | gdth.c | 985 u16 cp_count,dp_offset,cmd_no; in gdth_copy_command() local 989 cp_count = ha->cmd_len; in gdth_copy_command() 997 if (cp_count & 3) in gdth_copy_command() 998 cp_count += (4 - (cp_count & 3)); in gdth_copy_command() 1000 ha->cmd_offs_dpmem += cp_count; in gdth_copy_command() 1009 memcpy_toio(&dp6_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command() 1016 memcpy_toio(&dp6c_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command() 1023 memcpy_toio(&dp6m_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
|
/Linux-v5.10/fs/nfsd/ |
D | xdr4.h | 552 u64 cp_count; member
|
D | nfs4proc.c | 1383 size_t bytes_total = copy->cp_count; in _nfsd_copy_file_range() 1432 dst->cp_count = src->cp_count; in dup_copy_fields()
|
D | nfs4xdr.c | 1814 p = xdr_decode_hyper(p, ©->cp_count); in nfsd4_decode_copy()
|
/Linux-v5.10/fs/f2fs/ |
D | debug.c | 411 si->cp_count, si->bg_cp_count); in stat_show()
|
D | sysfs.c | 587 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count);
|
D | f2fs.h | 3571 int prefree_count, call_count, cp_count, bg_cp_count; member 3596 #define stat_inc_cp_count(si) ((si)->cp_count++)
|