Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dgroups.c73 unsigned int cp_count = min(NGROUPS_PER_BLOCK, count); in groups_to_user() local
74 unsigned int len = cp_count * sizeof(*grouplist); in groups_to_user()
80 count -= cp_count; in groups_to_user()
93 unsigned int cp_count = min(NGROUPS_PER_BLOCK, count); in groups_from_user() local
94 unsigned int len = cp_count * sizeof(*grouplist); in groups_from_user()
100 count -= cp_count; in groups_from_user()
/linux-2.6.39/Documentation/
Djava.txt279 u_int16_t cp_count, i, this_class, classinfo_ptr;
292 cp_count = read_16(classfile);
293 pool = calloc(cp_count, sizeof(long));
297 for(i = 1; i < cp_count; ++i)
303 if(this_class < 1 || this_class >= cp_count)
311 if(classinfo_ptr < 1 || classinfo_ptr >= cp_count)
/linux-2.6.39/drivers/scsi/
Dgdth.c1368 u16 cp_count,dp_offset,cmd_no; in gdth_copy_command() local
1372 cp_count = ha->cmd_len; in gdth_copy_command()
1382 if (cp_count & 3) in gdth_copy_command()
1383 cp_count += (4 - (cp_count & 3)); in gdth_copy_command()
1385 ha->cmd_offs_dpmem += cp_count; in gdth_copy_command()
1394 memcpy_toio(&dp2_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1401 memcpy_toio(&dp6_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1408 memcpy_toio(&dp6c_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()
1415 memcpy_toio(&dp6m_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count); in gdth_copy_command()