Searched refs:idle_count (Results 1 – 3 of 3) sorted by relevance
47 WRITE_ONCE(idle->idle_count, READ_ONCE(idle->idle_count) + 1); in account_idle_time_irq()70 return sysfs_emit(buf, "%lu\n", READ_ONCE(idle->idle_count)); in show_idle_count()72 DEVICE_ATTR(idle_count, 0444, show_idle_count, NULL);
15 unsigned long idle_count; member
2042 u32 val, idle_count; in ar9003_hw_bb_watchdog_config() local2080 idle_count = (100 * idle_tmo_ms) / 74; in ar9003_hw_bb_watchdog_config()2082 idle_count = (100 * idle_tmo_ms) / 37; in ar9003_hw_bb_watchdog_config()2091 (AR_PHY_WATCHDOG_NON_IDLE_MASK & (idle_count << 2))); in ar9003_hw_bb_watchdog_config()
Completed in 6 milliseconds