Searched refs:all_counters (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/acpi/
H A Dsysfs.c581 static struct event_counter *all_counters; variable in typeref:struct:event_counter
595 struct event_counter *tmp = all_counters;
597 all_counters = NULL;
615 if (!all_counters)
619 all_counters[gpe_number].count++;
621 all_counters[num_gpes + ACPI_NUM_FIXED_EVENTS +
627 if (!all_counters)
631 all_counters[num_gpes + event_number].count++;
633 all_counters[num_gpes + ACPI_NUM_FIXED_EVENTS +
684 all_counters[num_gpe
[all...]

Completed in 146 milliseconds