Searched refs:cp_type (Results 1 – 3 of 3) sorted by relevance
95 static char* cp_type[] = { variable205 for (i = 0; i < ARRAY_SIZE(cp_type); i++) { in parse_cp_type()206 if (!strcmp(what, cp_type[i])) in parse_cp_type()215 if (type == CT_NONE || type < 0 || type > ARRAY_SIZE(cp_type)) in cp_type_to_str()218 return cp_type[type - 1]; in cp_type_to_str()470 for (i = 0; i < ARRAY_SIZE(cp_type); i++) in lkdtm_debugfs_read()471 n += snprintf(buf + n, PAGE_SIZE - n, "%s\n", cp_type[i]); in lkdtm_debugfs_read()
86 int cp_type; member
663 if (0 != ch_checkrange(ch, pos.cp_type, pos.cp_unit)) { in ch_ioctl()669 ch->firsts[pos.cp_type] + pos.cp_unit, in ch_ioctl()