Home
last modified time | relevance | path

Searched refs:count_down (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c572 static u8 count_down = MONITOR_TIME; in rtl92ee_dm_dynamic_primary_cca_check() local
650 count_down--; in rtl92ee_dm_dynamic_primary_cca_check()
651 if (count_down == 0) { in rtl92ee_dm_dynamic_primary_cca_check()
652 count_down = MONITOR_TIME; in rtl92ee_dm_dynamic_primary_cca_check()
/linux-6.12.1/drivers/misc/mei/
Dvsc-tp.c164 int count_down = VSC_TP_MAX_XFER_COUNT; in vsc_tp_xfer_helper() local
241 } while (next_xfer_len > 0 && --count_down); in vsc_tp_xfer_helper()