Home
last modified time | relevance | path

Searched refs:idle_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Didle.c47 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);
/openbmc/linux/arch/s390/include/asm/
H A Didle.h15 unsigned long idle_count; member
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c2042 u32 val, idle_count; in ar9003_hw_bb_watchdog_config() local
2080 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()