Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-fttmr010.c83 bool count_down; member
133 if (fttmr010->count_down) { in fttmr010_timer_set_next_event()
178 if (fttmr010->count_down) in fttmr010_timer_set_oneshot()
204 if (fttmr010->count_down) { in fttmr010_timer_set_periodic()
291 fttmr010->count_down = true; in fttmr010_common_init()
310 if (!fttmr010->count_down) in fttmr010_common_init()
324 if (fttmr010->count_down) { in fttmr010_common_init()
374 if (fttmr010->count_down) in fttmr010_common_init()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c714 static u8 count_down = MONITOR_TIME; in rtl92ee_dm_dynamic_primary_cca_ckeck() local
796 count_down--; in rtl92ee_dm_dynamic_primary_cca_ckeck()
797 if (count_down == 0) { in rtl92ee_dm_dynamic_primary_cca_ckeck()
798 count_down = MONITOR_TIME; in rtl92ee_dm_dynamic_primary_cca_ckeck()