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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4d_smp.c335 static int cpu_tick[NR_CPUS]; local
342 cpu_tick[cpu]++;
343 if (!(cpu_tick[cpu] & 15)) {
344 if (cpu_tick[cpu] == 0x60)
345 cpu_tick[cpu] = 0;
346 cpu_leds[cpu] = led_mask[cpu_tick[cpu] >> 4];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsun4d_smp.c335 static int cpu_tick[NR_CPUS]; local
342 cpu_tick[cpu]++;
343 if (!(cpu_tick[cpu] & 15)) {
344 if (cpu_tick[cpu] == 0x60)
345 cpu_tick[cpu] = 0;
346 cpu_leds[cpu] = led_mask[cpu_tick[cpu] >> 4];

Completed in 96 milliseconds