shutdown_timer 79 drivers/parisc/power.c static int shutdown_timer __read_mostly; shutdown_timer 84 drivers/parisc/power.c if (shutdown_timer == 0) shutdown_timer 87 drivers/parisc/power.c shutdown_timer++; shutdown_timer 90 drivers/parisc/power.c if (shutdown_timer == (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC)) { shutdown_timer 148 drivers/parisc/power.c if (unlikely(shutdown_timer && /* avoid writing if not necessary */ shutdown_timer 149 drivers/parisc/power.c shutdown_timer < (POWERSWITCH_DOWN_SEC*POWERSWITCH_POLL_PER_SEC))) { shutdown_timer 150 drivers/parisc/power.c shutdown_timer = 0;