Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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)
/OK3568_Linux_fs/kernel/drivers/scsi/
H A 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()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dxdr4.h552 u64 cp_count; member
H A Dnfs4proc.c1386 size_t bytes_total = copy->cp_count; in _nfsd_copy_file_range()
1434 dst->cp_count = src->cp_count; in dup_copy_fields()
H A Dnfs4xdr.c1814 p = xdr_decode_hyper(p, &copy->cp_count); in nfsd4_decode_copy()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddebug.c451 si->cp_count, si->bg_cp_count); in stat_show()
H A Dsysfs.c756 F2FS_STAT_ATTR(STAT_INFO, f2fs_stat_info, cp_foreground_calls, cp_count);
H A Df2fs.h3846 int prefree_count, call_count, cp_count, bg_cp_count; member
3871 #define stat_inc_cp_count(si) ((si)->cp_count++)