Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.10/fs/nfsd/
Dxdr4.h552 u64 cp_count; member
Dnfs4proc.c1383 size_t bytes_total = copy->cp_count; in _nfsd_copy_file_range()
1432 dst->cp_count = src->cp_count; in dup_copy_fields()
Dnfs4xdr.c1814 p = xdr_decode_hyper(p, &copy->cp_count); in nfsd4_decode_copy()
/Linux-v5.10/fs/f2fs/
Ddebug.c411 si->cp_count, si->bg_cp_count); in stat_show()
Dsysfs.c587 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count);
Df2fs.h3571 int prefree_count, call_count, cp_count, bg_cp_count; member
3596 #define stat_inc_cp_count(si) ((si)->cp_count++)