Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/
Djava.txt287 u_int16_t cp_count, i, this_class, classinfo_ptr;
300 cp_count = read_16(classfile);
301 pool = calloc(cp_count, sizeof(long));
305 for(i = 1; i < cp_count; ++i)
311 if(this_class < 1 || this_class >= cp_count)
319 if(classinfo_ptr < 1 || classinfo_ptr >= cp_count)
/linux-4.4.14/net/ipv4/
Dping.c273 int cp_count = min_t(int, NGROUPS_PER_BLOCK, count); in ping_init_sock() local
274 for (j = 0; j < cp_count; j++) { in ping_init_sock()
280 count -= cp_count; in ping_init_sock()
/linux-4.4.14/drivers/scsi/
Dgdth.c1359 u16 cp_count,dp_offset,cmd_no; in gdth_copy_command() local
1363 cp_count = ha->cmd_len; in gdth_copy_command()
1373 if (cp_count & 3) in gdth_copy_command()
1374 cp_count += (4 - (cp_count & 3)); in gdth_copy_command()
1376 ha->cmd_offs_dpmem += cp_count; in gdth_copy_command()
1385 memcpy_toio(&dp2_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1392 memcpy_toio(&dp6_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1399 memcpy_toio(&dp6c_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1406 memcpy_toio(&dp6m_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
/linux-4.4.14/fs/f2fs/
Ddebug.c272 seq_printf(s, "CP calls: %d\n", si->cp_count); in stat_show()
Df2fs.h1891 int prefree_count, call_count, cp_count; member
1911 #define stat_inc_cp_count(si) ((si)->cp_count++)