next_txpwr_check_time 4650 drivers/net/wireless/broadcom/b43/main.c phy->next_txpwr_check_time = jiffies; next_txpwr_check_time 489 drivers/net/wireless/broadcom/b43/phy_common.c if (time_before(now, phy->next_txpwr_check_time)) next_txpwr_check_time 493 drivers/net/wireless/broadcom/b43/phy_common.c phy->next_txpwr_check_time = round_jiffies(now + (HZ * 2)); next_txpwr_check_time 257 drivers/net/wireless/broadcom/b43/phy_common.h unsigned long next_txpwr_check_time;