Lines Matching refs:value
443 /*The accumulated MSR value is updated by the timer */
758 * set the approprate bit in return value.
2620 * [7:1] -- Base value of number of active cores of bucket 1.
2621 * [15:8] -- Base value of freq ratio of bucket 1.
2834 int value;
2842 if (fscanf(filep, "%d", &value) != 1)
2845 return value;
5254 * below this value, including the Digital Thermal Sensor (DTS),
5474 int value;
5483 retval = read(fd, (void *)&value, sizeof(int));
5489 fprintf(outf, "/dev/cpu_dma_latency: %d usec (%s)\n", value, value == 2000000000 ? "default" : "constrained");