Searched refs:cp_count (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/scsi/ |
D | gdth.c | 1360 u16 cp_count,dp_offset,cmd_no; in gdth_copy_command() local 1364 cp_count = ha->cmd_len; in gdth_copy_command() 1374 if (cp_count & 3) in gdth_copy_command() 1375 cp_count += (4 - (cp_count & 3)); in gdth_copy_command() 1377 ha->cmd_offs_dpmem += cp_count; in gdth_copy_command() 1386 memcpy_toio(&dp2_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command() 1393 memcpy_toio(&dp6_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command() 1400 memcpy_toio(&dp6c_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command() 1407 memcpy_toio(&dp6m_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
|
/Linux-v4.19/fs/nfsd/ |
D | xdr4.h | 522 u64 cp_count; member
|
D | nfs4proc.c | 1107 dst, copy->cp_dst_pos, copy->cp_count); in nfsd4_copy()
|
D | nfs4xdr.c | 1762 p = xdr_decode_hyper(p, ©->cp_count); in nfsd4_decode_copy()
|
/Linux-v4.19/fs/f2fs/ |
D | debug.c | 335 si->cp_count, si->bg_cp_count); in stat_show()
|
D | f2fs.h | 3091 int prefree_count, call_count, cp_count, bg_cp_count; member 3112 #define stat_inc_cp_count(si) ((si)->cp_count++)
|