Searched refs:idle_count (Results 1 – 3 of 3) sorted by relevance
48 WRITE_ONCE(idle->idle_count, READ_ONCE(idle->idle_count) + 1); in account_idle_time_irq()75 return sysfs_emit(buf, "%lu\n", READ_ONCE(idle->idle_count)); in show_idle_count()77 DEVICE_ATTR(idle_count, 0444, show_idle_count, NULL);
15 unsigned long idle_count; member
2039 u32 val, idle_count; in ar9003_hw_bb_watchdog_config() local2077 idle_count = (100 * idle_tmo_ms) / 74; in ar9003_hw_bb_watchdog_config()2079 idle_count = (100 * idle_tmo_ms) / 37; in ar9003_hw_bb_watchdog_config()2088 (AR_PHY_WATCHDOG_NON_IDLE_MASK & (idle_count << 2))); in ar9003_hw_bb_watchdog_config()