Searched refs:cls_id (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Ddynamic_debug.c644 int cls_id, totct = 0;
668 cls_id = match_string(map->class_names, map->length, cl_str);
669 if (cls_id < 0) {
678 if (test_bit(cls_id, &curr_bits) == wanted) {
682 curr_bits ^= BIT(cls_id);
685 v2pr_info("%s: changed bit %d:%s\n", KP_NAME(kp), cls_id,
686 map->class_names[cls_id]);
689 /* cls_id = N in 0..max. wanted +/- determines N or N-1 */
691 curr_bits = CLASSMAP_BITMASK(cls_id + (wanted ? 1 : 0 ));
694 *dcp->lvl = (cls_id
640 int cls_id, totct = 0; local
[all...]

Completed in 118 milliseconds