count_HZ 439 drivers/parisc/led.c static unsigned long count_HZ; /* counter in range 0..HZ */ count_HZ 447 drivers/parisc/led.c count_HZ += jiffies - last_jiffies; count_HZ 449 drivers/parisc/led.c if (count_HZ >= HZ) count_HZ 450 drivers/parisc/led.c count_HZ = 0; count_HZ 457 drivers/parisc/led.c if (count_HZ < HEARTBEAT_LEN || count_HZ 458 drivers/parisc/led.c (count_HZ >= HEARTBEAT_2ND_RANGE_START && count_HZ 459 drivers/parisc/led.c count_HZ < HEARTBEAT_2ND_RANGE_END)) count_HZ 471 drivers/parisc/led.c currentleds = (count_HZ <= (HZ/2)) ? 0 : 0xff; count_HZ 474 drivers/parisc/led.c if (count_HZ <= (HZ/2))