Home
last modified time | relevance | path

Searched refs:cp_count (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/Documentation/admin-guide/
Djava.rst300 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.4/drivers/scsi/
Dgdth.c985 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.4/fs/nfsd/
Dxdr4.h525 u64 cp_count; member
Dnfs4proc.c1166 size_t bytes_total = copy->cp_count; in _nfsd_copy_file_range()
1211 dst->cp_count = src->cp_count; in dup_copy_fields()
Dnfs4xdr.c1762 p = xdr_decode_hyper(p, &copy->cp_count); in nfsd4_decode_copy()
/Linux-v5.4/fs/f2fs/
Ddebug.c354 si->cp_count, si->bg_cp_count); in stat_show()
Df2fs.h3285 int prefree_count, call_count, cp_count, bg_cp_count; member
3307 #define stat_inc_cp_count(si) ((si)->cp_count++)