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

/linux-master/sound/core/
H A Dpcm_param_trace.h40 __array(__u32, curr_bits, 8)
51 memcpy(__entry->curr_bits, curr->bits, sizeof(__u32) * 8);
63 __entry->curr_bits[3], __entry->curr_bits[2],
64 __entry->curr_bits[1], __entry->curr_bits[0]
/linux-master/lib/
H A Ddynamic_debug.c642 unsigned long curr_bits, old_bits;
652 curr_bits = old_bits = *dcp->bits;
653 vpr_info("\"%s\" > %s:0x%lx\n", cl_str, KP_NAME(kp), curr_bits);
678 if (test_bit(cls_id, &curr_bits) == wanted) {
682 curr_bits ^= BIT(cls_id);
683 totct += ddebug_apply_class_bitmap(dcp, &curr_bits, dcp->bits);
684 *dcp->bits = curr_bits;
691 curr_bits = CLASSMAP_BITMASK(cls_id + (wanted ? 1 : 0 ));
693 totct += ddebug_apply_class_bitmap(dcp, &curr_bits, &old_bits);
696 map->class_names[cls_id], old_bits, curr_bits);
638 unsigned long curr_bits, old_bits; local
[all...]

Completed in 108 milliseconds